p-samuel 2 Posted 5 hours ago (edited) Hi, does anyone ever tried to install Android APK in Fusion Hybrid Tablets? https://www.touchdynamic.com/products/mobile-pos-tablets/fusion-tablet-solution/ This is their manual & specs: https://www.touchdynamic.com/wp-content/uploads/2024/09/TD_FusionHybrid_SpecSheet5.pdf I'm not sure if it's something with their processor architecture (Intel® Elkhart Lake Celeron® J6412 up to 2.6 Ghz System), as I'm unable to install any APK built and deployed in Delphi, neither MSBuild, anything.... I just get a message from the OS stating "App not installed as app isn't compatible with your tablet ". I've also tried to change dproj to support other architectures but without results. <PropertyGroup Condition="'$(Base)'=='Android'"> ... <AndroidSupportedAbis>x86;x86_64;armeabi-v7a;arm64-v8a</AndroidSupportedAbis> ... </PropertyGroup> Other thing I did is changing where lib is deployed but likewise, no results. Not a clue what's going on. Edited 4 hours ago by p-samuel Share this post Link to post
Lars Fosdal 1786 Posted 4 hours ago https://docwiki.embarcadero.com/RADStudio/Athens/en/Android_Devices_Supported_for_Application_Development#Intel-based_Android_Devices recommends a couple of apps that can verify the capabilties of your Android device. Share this post Link to post
p-samuel 2 Posted 4 hours ago (edited) Thanks Lars, I'm still puzzled, as apps from App store or APK mirror are getting installed ok. Just the app compiled in Delphi don't. Even if I build them with MSBuild after compiling in Delphi. I'm investigating. Thanks for the links. Edited 4 hours ago by p-samuel Share this post Link to post
Lars Fosdal 1786 Posted 3 hours ago Are you targeting 32-bit or 64-bit Android? Share this post Link to post
p-samuel 2 Posted 3 hours ago Targeting both 32 or 64 fails to install the app. From AIDA, i get this: From CPU-z: I'm not sure if it's because the device is requiring certificates but that's strange. Share this post Link to post
Lars Fosdal 1786 Posted 3 hours ago I've never tried anything similar, so I can't really pinpoint the underlying problem. Any suggestions, @Dave Nottage? Share this post Link to post
Rollo62 529 Posted 1 hour ago As far as i know, Android x86 is not supported. You can check the current Plattform Status, i cannot check the dokwiki right now. Share this post Link to post