I have a question about this:
I have a question about this:
"Workaround for Android 4.0/Kindle Fire Message: "Application does not support this device"
When you try to run an Android app on a device running Android 4.0.x (including some Amazon Kindle Fire devices), you might see this message:
Application does not support this device
To workaround this issue:
In the IDE, open the Deployment Manager (Project > Deployment), and locate the following entry:
Local Name: libnative-activity.so
Remote Path: library\lib\armeabi\
Uncheck the entry to prevent deployment of this file."
So, if i remove that .so from project, will my app run normally on other devices? And if it's just simply solved by unchecked then what the function of that lib?
http://docwiki.embarcadero.com/RADStudio/XE6/en/Release_Notes_for_XE6
"Workaround for Android 4.0/Kindle Fire Message: "Application does not support this device"
When you try to run an Android app on a device running Android 4.0.x (including some Amazon Kindle Fire devices), you might see this message:
Application does not support this device
To workaround this issue:
In the IDE, open the Deployment Manager (Project > Deployment), and locate the following entry:
Local Name: libnative-activity.so
Remote Path: library\lib\armeabi\
Uncheck the entry to prevent deployment of this file."
So, if i remove that .so from project, will my app run normally on other devices? And if it's just simply solved by unchecked then what the function of that lib?
http://docwiki.embarcadero.com/RADStudio/XE6/en/Release_Notes_for_XE6
Comments
Post a Comment