Hello everyone,
I have an app that I originally compiled with 12.8, and it has been running on secure bank card payment devices. Recently, I finally updated my development environment to the latest version (quite nervously), because in another app I could no longer use the camera and the file picker on newer phones.
Then I had to test my bank card app again. It compiles perfectly, but I can’t install it: app not installed. Unfortunately, I don’t get any additional information. In debug mode it installs and runs, but in release mode I get app not installed. Sadly, the device doesn’t have ADB either, so I can’t get any detailed information about the reason.
I thought that under the new IDE I would set the Android libraries back to SDK 34 and Java JDK 11.0, but that didn’t solve the issue. I have no idea what the problem could be. I’m even considering installing the older IDE alongside the latest one on my development machine, but I haven’t found any reassuring posts about this on the forum.
Right now, I’m quite stuck, because nothing in my app has changed except the development tools. I also don’t even know whether, with targetVersion="34", the Android device (the same one that worked perfectly before) could say that it was compiled with SDK 36 and therefore refuse to install it…
Has anyone encountered a problem like this before?
Thanks in advance
Steven
I have an app that I originally compiled with 12.8, and it has been running on secure bank card payment devices. Recently, I finally updated my development environment to the latest version (quite nervously), because in another app I could no longer use the camera and the file picker on newer phones.
Then I had to test my bank card app again. It compiles perfectly, but I can’t install it: app not installed. Unfortunately, I don’t get any additional information. In debug mode it installs and runs, but in release mode I get app not installed. Sadly, the device doesn’t have ADB either, so I can’t get any detailed information about the reason.
I thought that under the new IDE I would set the Android libraries back to SDK 34 and Java JDK 11.0, but that didn’t solve the issue. I have no idea what the problem could be. I’m even considering installing the older IDE alongside the latest one on my development machine, but I haven’t found any reassuring posts about this on the forum.
Right now, I’m quite stuck, because nothing in my app has changed except the development tools. I also don’t even know whether, with targetVersion="34", the Android device (the same one that worked perfectly before) could say that it was compiled with SDK 36 and therefore refuse to install it…
Has anyone encountered a problem like this before?
Thanks in advance
Steven