0

I'm using framework7 for mobile app with crosswalk-project.I want to add google play store my APK so how i can do that ? What I need to do to sign this APK ?

thanks.

  • 1
    Possible duplicate of [how to sign an already compiled APK](http://stackoverflow.com/questions/10930331/how-to-sign-an-already-compiled-apk) – Ajay Pandya Feb 27 '16 at 09:04

1 Answers1

0

You need to sign the APK, so I suggest you to read this in order to understand the process and make it easier: http://developer.android.com/tools/publishing/app-signing.html

(Maybe "Signing Your App Manually" paragraph is the best shot for you).

Federico Massi
  • 376
  • 1
  • 8