1
我試圖使用生成在Android Studio中的「谷歌雲工具」雲後臺雲的後端,但是它提供了以下錯誤:無法生成在Android Studio中
Failed to execute goal com.google.appengine:appengine-maven-plugin:1.8.0:endpoints_get_discovery_doc (default) on project MyApplication-AppEngine: Execution default of goal com.google.appengine:appengine-maven-plugin:1.8.0:endpoints_get_discovery_doc failed: A required class was missing while executing com.google.appengine:appengine-maven-plugin:1.8.0:endpoints_get_discovery_doc: Lorg/sonatype/aether/RepositorySystem;
我已經安裝了Maven的3.1.1和Android工作室版本0.3.1(這兩個都是最新版本截至10月24日)
我似乎在appengine-maven插件版本1.8.3中已經修復了錯誤,但我根本看不到強制android studio使用該版本。
如何設置maven/android studio/google app引擎,以便它可以自動生成後端?
在此先感謝!
PS:我有現在的谷歌這2天,並已經得到了無處
好的,這麼想......你知道什麼時候會發生這種事嗎? – lycilph
不幸的是,我只能說它正在籌備中,我不確定資源的分配/優先級是什麼。不過你可以試試github上的helloendpoints示例。那些更新(儘管我沒有親自與他們玩過)。 https://github.com/GoogleCloudPlatform/appengine-endpoints-helloendpoints-java-maven https://github.com/GoogleCloudPlatform/appengine-endpoints-helloendpoints-android – loosebazooka