I did some more investigation and it seems to be a problem with my having a <uses-configuration android:name="android.permission.READ_PHONE_STATE"/> at the end of my Android manifest. When I remove that the market seems to function normally. Has this permission been removed or renamed or do I need to move it to a different section of the manifest?
This is the current bottom of the manifest: </application> <uses-permission xmlns:android="http://schemas.android.com/apk/res/ android" android:name="android.permission.INTERNET"></uses-permission> <uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-configuration android:name="android.permission.READ_PHONE_STATE"/> </manifest> On Mar 26, 12:27 am, Bob <[email protected]> wrote: > Hi, > Has there been an upgrade to the market that changes the minimum > requirements for an app? I have taken a couple months off and now > whenever Itryto upload an app, I get the unhelpful message > "Theservercouldnotprocessyourapk.Tryagain.". This happens even > when I upload the exact same apks that I have uploaded before and ones > that work fine with adb push onto devices. Does anyone have any > suggestions? > > Thanks, > Bob -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

