Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After having the exact same problem (and losing about 4 hours of my life deleting and repasting my entire project...), I finally gave up and contacted Google and this was their answer:</p> <blockquote> <p>Thank you for your note. Please try these troubleshooting steps and let us know if one of them resolves your problem:</p> <ul> <li>Try to upload the app in the new version of the Developer Console (or the old version if you've already tried the new one).</li> <li>Wait for your developer account fee to process (you will no longer see the 'Your registration is being processed...' banner in your Google Play Developer Console).</li> <li>Verify that your manifest file conforms to Android coding standards (see the following help articles: <a href="http://developer.android.com/guide/topics/manifest/manifest-intro.html" rel="nofollow">http://developer.android.com/guide/topics/manifest/manifest-intro.html</a> and <a href="http://developer.android.com/tools/projects/index.html" rel="nofollow">http://developer.android.com/tools/projects/index.html</a>).</li> </ul> </blockquote> <p>All of the above did not work for me.</p> <p>I asked someone about this issue and here was the answer that worked for me:</p> <p>I had copied and pasted my project's .apk file onto my desktop and worked from there. </p> <p>WHAT I SHOULD HAVE DONE: (and then did, and it worked)</p> <p>Export the project properly from Eclipse as an android application, and then follow the procedure (key, password and all). I was then able to successfully continue.</p> <p>Also, although I think that you can have your package name be whatever you want, it is my understanding that the accepted convention is to have it in the: com.XXX.XXX.projectName format.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload