Jump to content

kobygold

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

1 Neutral
  1. kobygold

    Android Invalid APK

    Hi guys, Sorry for the late response, I was on a trip abroad. I tried creating a simple Hello World app and it didn't work, so uninstalled & re-installed the Android tools (from Tools > Manage Features) running as Admin, and uninstalled other apps I created, and then it worked! Thanks!
  2. kobygold

    Android Invalid APK

    Hi guys, I have a game I wrote at Delphi 10.4 about 2 years ago, and to update it to Android 14 I've installed latest Delphi 12.1 (+patch 1). I had a few issues building my old project, but managed to overcome those (installed Android SDK+NDK by running the Delphi Installer as Admin, as mentioned on another thread). I've also deleted the content of my Android folder, and deleted the AndroidManifest.xml and AndroidManifest.template.xml files, and built the project again. But I still get the error below when trying to deploy directly from Delphi (with adb), and when copying the APK to my phone and trying to install it manually (after uninstalling the previous version), I'm getting the error: "App not installed as package appears to be invalid". BTW, when installing manually I get a popup asking to scan my APK, and once I approve the scan is passing correctly, but the installation fails on the error above. BTW, following the hints on Delphi help page, I tried setting it to use "clean install every time" with the "-cleaninstall" in the Parameters field of the Run >Parameters dialog. But that didn't change any thing Any idea what's missing? Thanks, Koby
×