Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Accessing code for Apps on Google Play

  • 13-04-2015 09:43AM
    #1
    Registered Users, Registered Users 2 Posts: 5,758 ✭✭✭


    I have an app up on the Play Store. However, i have recently changed laptop and didn't take it with me. Is there a way to retrieve my code?


Comments

  • Closed Accounts Posts: 2,267 ✭✭✭h57xiucj2z946q


    Hmm this is why backups are a good idea, and to use a source code repository such as github or bitbucket.

    Download it and pull the apk off your device, or use something like https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=apk%20downloader

    As a last resort, your going to have to decompile the code (dex2jar followed by jd-gui for example) and re-construct a new project. (added difficulty if the code is obfuscated, this I believe with Android studio now is the default behavior using ProGuard).

    However you need to use the same package name, otherwise you are uploading a new/separate project. But you will have to do this anyway if you don't have a copy of your original signing key.


Advertisement