christopherperry / RoboBillingLibrary

Google Play and Amazon Appstore In-app Billing Library
64 stars 11 forks source link

Maven does not compile, com.amazon:in-app-purchasing:jar:1.0.3 is missing #1

Closed tjerkw closed 11 years ago

tjerkw commented 11 years ago

Could you tell me where i can find the com.amazon:in-app-purchasing module?

Did you have it in your local repository? Is it in a public repostiory somewhere?

Is there a git project i can clone?

Or how should i solve it?

Thanks in advance!

tjerkw commented 11 years ago

Solution:

Install in local repository:

mvn install:install-file -DgroupId=com.amazon -DartifactId=in-app-purchasing -Dversion=1.0.3 -Dfile=in-app-purchasing-1.0.3.jar -Dpackaging=jar -DgeneratePom=true,

however now i got a solution with proguard and unresolved references... Hmm next day tomorrow :-)

christopherperry commented 11 years ago

Sorry, just saw this. Yeah, you have to install the amazon lib in your local repository exactly as you did.

As far as the Proguard problems, did you follow the Proguard setup I put on the main page?

christopherperry commented 11 years ago

Added this step to the README.mdown in the Maven setup section. Closing.