TheMightySwe Active Member Licensed User Longtime User Mar 29, 2016 #1 How do I make a unsigned APK? We are partners with a company that want to have a unsigned APK so they can create a signing key for their hardware? How di I do that? // TMS
How do I make a unsigned APK? We are partners with a company that want to have a unsigned APK so they can create a signing key for their hardware? How di I do that? // TMS
DonManfred Expert Licensed User Longtime User Mar 29, 2016 #2 See custom build actions... one of these are at a point where the apk is not signed. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 29, 2016 #3 You should use the command line builder to build the unsigned APK: https://www.b4x.com/android/forum/threads/b4abuilder-b4jbuilder-command-line-compilation.50154/ Upvote 0
You should use the command line builder to build the unsigned APK: https://www.b4x.com/android/forum/threads/b4abuilder-b4jbuilder-command-line-compilation.50154/