Skip Checkup Command Fails During Verification of HelloSkip-release.apk #491
-
|
Hello there, I could not make the Skip tool work and would appreciate some help. I searched for similar issues on this forum, and while some sound quite similar, the proposed solutions didn't help. I installed Skip using Execution failed for task ':app:validateSigningRelease'.
> Keystore file '/Users/user/.android/debug.keystore' not found for signing config 'release'.I then manually added the keystore using this command:
The I tried installing the Android 13 runtime, setting up an emulator, and running a sample app from Android Studio, which worked but I could not make the Appreciate any help, thanks! Same goes for |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This was an error that was introduced in 1.6.15. We have fixed it in Skip 1.6.16, so if you update (with Also, regardless of this error, any projects you create with |
Beta Was this translation helpful? Give feedback.
-
|
Updating Skip to 1.6.16 resolved the issue. Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
This was an error that was introduced in 1.6.15. We have fixed it in Skip 1.6.16, so if you update (with
skip upgrade), thenskip checkupshould pass for you. If not, please let us know.Also, regardless of this error, any projects you create with
skip createorskip initshould build and run for you without error. This was just an issue with how we build the sample app during the checkup process.