我使用 Phonegap for iOS 开发了一些东西,但这是我在 Android 上的第一次试用。
我用 CLI 创建了我的 hello world 应用程序,就像这里提到的那样:
$ /path/to/cordova-android/bin/create /path/to/my_new_cordova_project com.example.cordova_project_name CordovaProjectName
即使我在 Eclipse Workspace 中创建了这个应用程序,我也需要将它导入 Eclipse。我创建了两个 AVD。一种用于 API 8 级,一种用于 API 16 级。
当我尝试构建时,它给了我这三个错误和一个警告。我的设置有什么问题?
Description Resource Path Location Type
error: No resource identifier found for attribute 'hardwareAccelerated' in package 'android' AndroidManifest.xml /com.example.test.testprojectname line 20 Android AAPT Problem
error: No resource identifier found for attribute 'xlargeScreens' in package 'android' AndroidManifest.xml /com.example.test.testprojectname line 22 Android AAPT Problem
error: Error: String types not allowed (at 'configChanges' with value 'orientation|keyboardHidden|keyboard|screenSize|locale'). AndroidManifest.xml /com.example.test.testprojectname line 51 Android AAPT Problem
The import android.app.Activity is never used testprojectname.java /com.example.test.testprojectname/src/com/example/test line 22 Java Problem