gluonhq / gluon-samples

Gluon sample projects
298 stars 166 forks source link

Signature error while publishing Android #136

Closed websystemtechnology closed 2 years ago

websystemtechnology commented 2 years ago

Open signature task I followed the procedure indicated by the play store, to sign the app:

Imported the softws-keystore file into my project and add to the build.gradle:

release { providedKeyStorePath = "./softws-keystore" providedKeyStorePassword = "password" providedKeyAlias ​​= "keyAlias-keystore" providedKeyAliasPassword = "password" }

But, when I run the nativePakage task, for Android App Bundles (AAB) genre I get this error:

ws @ ws: ~ / eclipse-workspace / gfx_app $ ./gradlew nativePackage Configure project: Project: => no module-info.java found Task: nativePackage [INFO] ==================== PACKAGE TASK ==================== SEVERE] The key store path ./softws-keystore is not valid. Using Debug signing configuration ... BUILD SUCCESSFUL in 41s

So even if the AAB and the .apk are generated, the import of the AAB into the play.store fails

websystemtechnology commented 2 years ago

I placed the correct extension to the keystore. Now It's ok