简体   繁体   中英

Codename One Android Build Error - android.licenseKey

When I'm trying to do an Android build, it's giving me this error:

Exception: java.lang.Exception: android.licenseKey must be defined in the build hints, grab the key from the "Service & Apis" section in the android dev portal

I haven't changed the Android certificate since I started the project. The main thing I've done since the Android builds were working was install the Bouncy Castle API and added some code related to that, and added the Android Billing xpermisson. Is there any further troubleshooting I can do to see what's causing this error?

You added In App Purchase usage. This means we need a base 64 key from Google play to encrypt our communication with Google Play.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM