A blog for technology, SEO tips, website development and open source programming.

Unable to upload new APK file to Android Play store [Resolved]

0 587

APK RippedThe post will show you how to resolve the upload problem of a a new apk file to Android Play store.

Screen Shot 2014-01-24 at 00.39.59

Android studio released multiple updates last year and more to come this year. Because of those updates you need to follow the instructions to migrate your existing products and signing process from the official release which can be found here

In order to avoid the upload failure to previous ongoing projects you need to do the following steps:

  1. Open your AndroidManifest.xml
  2. Find the application tag and insert inside as below

<application android:debuggable=”false”>

That will solve your problem.

gradleFor Gradle-based projects, the signing configuration should be specified in the Gradle build scripts. Configure your signing configurations as described in the user guide: http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Signing-Configurations

Then, run “gradle assembleRelease”, and you will find your APK in the build/apk/ directory.

Leave a Reply

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More