2011-09-04から1日間の記事一覧

Market requires xxx to be set xxx in AndroidManifest.xml.

Market requires versionCode to be set to a positive 32-bit integer in AndroidManifest.xml. Market requires versionName to be set in AndroidManifest.xml. Market requires the minSdkVersion to be set to a positive 32-bit integer in AndroidMan…

"The icon path specified by the manifest is not in the apk."

WHEN UPLOADING ERROR to android market, You should set icon image to your app. To do so, for example, AndroidManifest.xml; ~ <application android:icon="@drawable/icon" android:label="@string/app_name"> ~ Write like this. And put icon.png at res/drawable/</application>