Tuesday 15 April 2014

Error while uploading Android .apk file to Google Play -


I am trying to upload my .apk file to the Google Play market, but I get this error:

Upload failed Your APK can not be analyzed using 'Apt Dump Badging' Error output: Failed to run apple dump badging: W / Resource Type (21292): Package 0 (Error -75 ) Failure to get an entry for 0x7f070000 (T = 6E = 0) in 'Android: Icon' attribute: especially There is a string value

The icon image I have in Dojebl folder.

I had a value-SR folder for some translations, but I removed that folder because I do not need this translation now.

Here's My Android Manifest The XML file is:

  Android: Use-SDK Android: minSdkVersion = "8" Android: TargetSdkVersion = "8" /> & Lt; Android: smallScreens = "true" Android: normalScreens = "true" Android: bigScreens = "true" Android: xlargeScreens = "true" Android: anyDensity = "true" /> & Lt; Android: allowBackup = "true" Android: Icon = "@ drawable / icon" Android: label = "@ string / app_name" android: theme = "@ android: style / theme.Light.NoTitleBar.Fullscreen" & gt; & Lt; Activity Android: name = "com.zookey.mathgenius.HomeActivity" Android: ScreenErmentation = "Portrait" Android: configChanges = "orientation-keyboardHidden | keyboard" android: label = "@ string / app_name" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "android.intent.action.MAIN" /> & Lt; Category android: name = "android.intent.category.LAUNCHER" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; Activity Android: Name = "com.zookey.mathgenius.activities.LocalGameActivity" Android: noHistory = "true" Android: screenOrientation = "Pictures" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: name = "com.zookey.mathgenius.activities.ResultActivity" Android: noHistory = "true" Android: screenOrientation = "Pictures" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: Name = "com.zookey.mathgenius.activities.TimedResultActivity" Android: noHistory = "true" Android: screenOrientation = "Pictures" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: Name = "com.zookey.mathgenius.activities.RaceResultActivity" Android: noHistory = "true" Android: screenOrientation = "Pictures" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: name = "com.zookey.mathgenius.activities.RaceRankActivity" Android: noHistory = "true" Android: screenOrientation = "Pictures" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: Name = "com.zookey.mathgenius.activities.OnlineRaceRankActivity" Android: noHistory = "true" Android: screenOrientation = "Pictures" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: name = "com.zookey.mathgenius.activities.OnlineRaceResultActivity" Android: noHistory = "true" Android: screenOrientation = "Pictures" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: name = "com.zookey.mathgenius.activities.SettingsActivity" Android: noHistory = "true" Android: Screen Orientation = "Portrait" Android: configChanges = "orientation-keyboardHidden | Keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: name = "com.zookey.mathgenius.activities.HelpActivity" Android: screenOrientation = "Picture" Android: configChanges = "orientation | keyboardHidden | keyboard" & gt; & Lt; / Activity & gt; & Lt; Activity Android: name = "com.google.ads.AdActivity" Android: configChanges = "keyboard | keyboardHidden | Orientation | Screen Layout | uiMode | Screenshots | Small Screen Size" / & gt; & Lt; / Application & gt;   

I'm feeling you're losing some strings Are you omitted in 'avalues ​​/ strings.xmlÂ' - app_name ?. If you are using an IDE with the Android tool, then you can clean the project and rebuild it, so that you should clean the error or give you an indicator on the wrong.

No comments:

Post a Comment