First steps to use the android-maven-plugin?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1 Set android home
2 Run
Here To check the archetypeVersion or look for other ones.
3
Edit myAndroidApp/pom.xml (parent level pom.xml) to set (it is initially void)
in the properties section. Please make sure the correspondence
between platform 8 and platform.version 2.2.1
You can learn in your android sdk manager app that API 8 <-> 2.2,
but must visit here to see that the final number is 2.2.1.
(Note: for API 10 <-> 2.3.3).
4
You can start right now to play with it. In the parent directory:
and to run it (in myAndroidApp/myAndroidApp directory)
Be sure you started a phone emulator or attached a real phone (in debug mode)
to your computer.
Hope this saves you a whole weekend! (Too late for me 😉 )