0
Google Play suggests a license key for my app
They have a public RSA key encoded in Base64 to include in your binary file. Remove any spaces.
MIIBIjANBgkqhkiG9...
How do I add this key provided by them in my binary file. This binary file is APK?
Yes the binary file is APK. How to place the license, you can read more here: https://developer.android.com/google/play/licensing/adding-licensing.html
– Thiago Araújo
You want to generate an apk signed with a release key right?! You use eclipse or android studio?
– viana
Android Studio. I would like to insert the key that Google Provides
– adventistaam