【发布时间】:2012-11-06 17:12:43
【问题描述】:
我在 Titanium 中创建了一个应用程序,它在 iPhone 模拟器上运行,但我无法让它在 Android 模拟器上运行。
我认为问题与 Google 地图有关,Java 报告该类未找到。
模拟器使用包含 Google Maps API 的目标 Google API(API 级别 16)。
这是带有 Google 地图的 Titanium 应用程序的正确目标吗?是否需要一些其他设置?
例如在您的 Tiapp.xml 中
<uses-library android:name="com.google.android.maps"/>
我正在使用 Windows 7 构建 Android 版本。
【问题讨论】:
标签: android google-maps sdk titanium