0

我正在实施今天推出的Mobile Backend Starter [1],示例应用程序出现这些错误“无法解析导入 com.google.cloud.backend.android.mobilebackend ”我导入了 Google Play 服务库,但没有任何反应。我正在使用 Google API 4.22 (17)

谢谢!

[1] http://android-developers.blogspot.com.ar/2013/06/bootstrap-your-apps-cloud-services-with.html

4

1 回答 1

3

This is very strange.

When I extract the code sample, winrar doesnt extract all because the full path is very long.

Because the code sample havent all the file, the app doesnt compile.

Solution

Open winrar and change the name of the root folder to android

Import the app

Add to the build path all the library found in the libs folder (no google-play-services.jar.properties)

Clean, build and run

于 2013-06-03T23:56:40.043 回答