Phonegap for iOSで何かを開発しましたが、これはAndroidでの最初のトライアルです。
ここで説明するように、CLIsthを使用してhelloworldアプリケーションを作成しました。
$ /path/to/cordova-android/bin/create /path/to/my_new_cordova_project com.example.cordova_project_name CordovaProjectName
このアプリをEclipseWorkspaceで作成しましたが、Eclipseにインポートする必要がありました。2つのAVDを作成しました。1つはAPIレベル8用、もう1つはAPIレベル16用です。
ビルドしようとすると、これら3つのエラーと警告が表示されます。私の設定の何が問題になっていますか?
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