I use Delphi 10 Seattle with Mobile Add-On Pack. My application shows "Application does not support this device" first. I tried to uncheck the "$(BDS)/lib/android/debug/x86 libnative-activity.so" from the deployment options. After that the application starts, but crashes after displaying the splash screen. It happens only on a Samsung Galaxy Tab which contains Intel processor and there is Android 4.4.2 on it.
If I run it on a Bluestacks virtual android device or a tablet which is contains ARM processor, it works.
What should I do to solve this problem? Thanks!