I have spent many hours searching the answer to my question, but unfortunately it was not found. I have read about similar questions, but there is no answer for me.
()
() and so on.
And this is my problem:
When I upload my APK to Google Play, I have this error:
Upload failed Your APK Can not be analyzed using 'apple dump badging'. Error Output: W / ResourceType (5477) :: Bad XML block: failed to run aapt dump badging header size 28,024 or total size 1702240364 data size is higher than 2718 error: AndroidManifest.xml is corrupt
< Blockquote>
Google Play market I have uploaded the first version of this app, but this is in the alpha test version
I've impressed:
- Clean + Reboot ( Emulator / running on real device)
- Creating a new project and transferring the code in it.
- Delete and insert individual elements in AndroidManifest.xml
- All text is in string xml and android: the icon is in all drawable folders.
I use the help library extension - ActionBarSherlock ()
Here is my Android manifest.xm file:
& Lt; Usage-permission Android: name = "android.permission.INTERNET" /> & Lt; Use-permission Android: name = "android.permission.WAKE_LOCK" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_NETWORK_STATE" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_WIFI_STATE" / & gt; & Lt; Android Android: allowBackup = "true" android: icon = "@drawable / ic_app" android: label = "@ string / app_name" & gt; & Lt; Activity Android: Name = "com.htv.bg.MainActivity" Android: label = "@ string / app_name" Android: screenOrientation = "Picture" Android: Theme = "@ Android: Style / Theme.NoTitleBar.Fullscreen" & 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.htv.bg.HomeMenu" Android: label = "@ string / app_name" Android: Screen Orientation = "Portrait" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "com.htv.bg.HOMEMENU" /> & Lt; Category android: name = "android.intent.category.DEFAULT" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; Activity Android: Name = "com.htv.bg.HtvVideo" Android: label = "@ string / app_name" Android: screenOrientation = "Picture" Android: Theme = "@Android: Style / Theme.Dialog" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "com.htv.bg.HTVVIDEO" /> & Lt; Category android: name = "android.intent.category.DEFAULT" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; Activity Android: Name = "com.htv.bg.InstalVPlayer" Android: label = "@ string / app_name" Android: screenOrientation = "Pictures" Android: Theme = "@ Android: Style / Theme.Dialog" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "com.htv.bg.INSTALVPLAYER" /> & Lt; Category android: name = "android.intent.category.DEFAULT" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; / Application & gt; & Lt; / Reveal & gt;
Can anyone help fix this problem!
I followed this tutorial and now everything is fine:
Comments
Post a Comment