android - Error message "Application does not support this device" using Embarcadero C++ Builder XE7 -
i'm writing simple application form, buttons, labels, etc.
running in emulator gives:
application not back upwards device
how can prepare problem?
have seen workaround android 4.0/kindle fire message: "application not back upwards device"?
when seek run android app on device running android 4.0.x (including amazon kindle fire devices), might see message:
application not back upwards device
to workaround issue:
in ide, open deployment manager (project > deployment), , locate next entry:
local name: libnative-activity.so *emphasized text*remote path: library\lib\armeabi\
uncheck entry prevent deployment of file.
also consider that:
c++builder android compiler doesn't back upwards emulators 2.x version (gingerbread) because emulators android versions 2.x target armv6 cpu, isn't supported (armv7 only) (*) android emulators cannot run on virtual machine. although emulator might run on vm, emulator not run application.further references:
creating android emulator android devices supported application development(*) android intel platform scheduled after 2014
android c++builder c++builder-xe7
No comments:
Post a Comment