j-px

Results 273 comments of j-px

Don't publish .apk files generated by the Run button. They should only be used for testing.

They contain debug code, like test ad IDs or the debug logcat logger. There might even be more, but those .apk files just aren't meant to be shared with others.

> Ok but there is any hope to fix that? Seems like an issue in apk-signer, I don't know. Maybe try using MT Manager instead.

> First you have edit the apk file with the help of apk editor ,just change anything like minimum SDK 20 then build the apk and sign the exported apk...

That only applies when using apksigner, which isn't being used when exporting a signed APK or AAB. Sketchware Pro uses kellinwood's zipsigner instead, which should work like jarsigner, so it...

I think I've finally fixed this. Get the latest snapshot build as always if you'd like to test that out.

> > I think I've finally fixed this. Get the latest snapshot build as always if you'd like to test that out. > > Can I close this issue? Don't,...

> > Caution: If you sign your APK using apksigner and make further changes to the APK, the APK's signature is invalidated. If you use [zipalign](https://developer.android.com/studio/command-line/zipalign) to align your APK,...

FYI: You can use a logcat reader without root access or a computer if you're on Android 11 or higher. Try one of those logcat apps on Google Play, or...

Whenever apps don't show the stack trace like that, going to the home screen, opening Recents, opening the app again from there, and combos of that often help, at least...