-
-
対処法: Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details.
2015/03/03 -Manifest
Not targeting the latest versions of Android って書いてある通り、最新のAndroidバージョンをターゲットにしましょうってことです。 ここにあるAPIレベ ...
-
-
対処法: Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implications for the application's data)
2015/03/03 -Manifest
Android.manifestのapplicationタグの属性に android:allowBackup="true" を加えてくださいってことです。 (例 [crayon-607bf2f4b9a ...
-
-
対処法: org.eclipse.swt.SWTException: Widget is disposed
2014/12/15 -Manifest
AndroidManifest.xml, eclipseorg.eclipse.swt.SWTException: Widget is disposed AndroidManifest.xml開いた時にでるエラーですね。 以下を見てもらったら ...