Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
I am building an Android project with Eclipse and maven plugins. When I build it I get the error as following
Even if I have set the | ||||
Besides ANDROID_HOME environment variable, you also need add $ANDROID_HOME/tools and $ANDROID_HOME/platform-tools to your PATH environment variable:
Check out the Getting Started page on android maven plugin website here. Hope this help. | |||
You also need to set the path location of the Android SDK in Eclispe as well, otherwise the m2e-android build will fail: Go to Window -> Preferences and select Android. Click on the Browse... button next to the SDK Location text box and select the location of you locally installed Android SDK. Click Apply and then OK and your build should now work. | |||
default
.
stackoverflow.comm
No comments:
Post a Comment