Maven Android SDK Deployer run the command "mvn install" error: Properties file not found. The file path seems not correct -
Maven Android SDK Deployer run the command "mvn install" error: Properties file not found. The file path seems not correct -
[error] failed execute goal org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties (default) on project android-17: properties file not found: d:\maven-android-sdk-deployer-master\platforms\android-17\${env.android_home}\platforms\android-17\source.properties -> [help 1]
org.apache.maven.lifecycle.lifecycleexecutionexception: failed execute goal org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties (default) on project android-17: properties file not found: d:\maven-android-sdk-deployer-master\platforms\android-17\${env.android_home}\platforms\android-17\source.properties
i'm using maven on windows. android_home has been set. value d:\adt-bundle-windows-x86_64\sdk i find source.properties under d:\adt-bundle-windows-x86_64\sdk\platforms\android-17 d:\maven-android-sdk-deployer-master\platforms\android-17\${env.android_home}\platforms\android-17\source.properties should d:\maven-android-sdk-deployer-master\platforms\android-17\d:\adt-bundle-windows-x86_64\sdk\platforms\android-17\platforms\android-17\source.properties. it's not valid path. think that's cause failure.please tell me how prepare issue. thanks!
i had same issue. can resolved opening android sdk manager, removing item producing error (in case android 4.2.2 api 17 sdk) , 1 time removed install 1 time again before run deployer again.
android maven android-maven-plugin
Comments
Post a Comment