android maven plugin does not get ANDROID_HOME env variable in Eclipse

前端 未结 9 2880
[愿得一人]
[愿得一人] 2021-02-20 11:23

i\'m working on an Android app project and it is a Maven project. when i try to run as \"maven install\" this is what i get:

\"Failed to execute goal com.jayway.maven.pl

9条回答
  •  轮回少年
    2021-02-20 12:06

    You need to set the Android Development Tools SDK Location path in Eclipse: click on Window -> Preferences and select Android. The SDK Location can be set under Android preferences.

提交回复
热议问题