Android Market Publishing Issues

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-05-26T16:42:04Z Indexed on 2010/05/27 13:01 UTC
Read the original article Hit count: 281

Filed under:
|
|

I have an app which I have just updated to froyo to take advantage of the move to SD card feature. I am now trying to upload the update to the market but I keep getting the following error: "The file is invalid: W/ResourceType( 7193): Bad string block: last string is not 0- terminated ERROR getting 'android:label' attribute: attribute is not a string value". I changed the value in the manifest from "android:label="@string/app_name" " to "android:label="test" " and uploaded it, then it started complaining about the icon, saying that it wasn't a string. Anyone have any ideas? The application part of my manifest is shown below and I'm properly confused. The app compiles into an APK, it even installs and runs fine on my N1 (installing from SD card) it just won't upload to the market. Any help would be greatly appreciated, I have absolutely no idea what's wrong, seems like I've tried everything I can think of including re-installing eclipse. Cheers Steve

© Stack Overflow or respective owner

Related posts about android

Related posts about manifest