(本当に何時間も試してみて、ようやく辞任しました。)
大丈夫:
-1。そうです
mvn -X archetype:generate -DarchetypeArtifactId=android-release
-DarchetypeGroupId=de.akquinet.android.archetypes -DarchetypeVersion=1.0.9
-DgroupId=org.me -DartifactId=myAndroidApp -Demulator=myEmu
-Dplatform=10
-2。最初の問題:追加するには、トップレベルのpom.xmlを手動で編集する必要があります
< properties>
< platform.version> 2.3.3 < /platform.version>
</プロパティ>
-Dplatform=10
と2.3.3の間の単純な関係にもかかわらず
-3。(おそらく)2番目の問題(インストルメンテーションテスト:myAndroidApp-it dir。)AndroidManifest.xmlを編集して、android:targetPackage
値が正しいかどうかを確認する必要があります
-4。3番目の問題(私は解決できませんでした)。インストルメンテーションテストでのzipaligned-classifierの依存関係に関する問題(myAndroidApp-it dir。)
するときmvn install
-4.1
[WARNING] The POM for org.me:myAndroidApp:apk:${zipaligned-classifier}:1.0-SNAPSHOT
is missing, no dependency information available
[WARNING] The POM for org.me:myAndroidApp:jar:1.0-SNAPSHOT
is missing, no dependency information available
-4.2
[ERROR] Failed to execute goal on project myAndroidApp-it:
Could not resolve dependencies for
project org.me:myAndroidApp-it:apk:1.0-SNAPSHOT:
The following artifacts could not be resolved:
org.me:myAndroidApp:apk:${zipaligned-classifier}:1.0-SNAPSHOT, org.me:myAndroidApp:jar:1.0-SNAPSHOT:
Could not find artifact org.me:myAndroidApp:apk:${zipaligned-classifier}:1.0-
ありがとう
更新:ここで問題を報告しました