1
I have a tablet Genesis GT-7240, whose Android version is 4.1.1, Kernel 3.0.36+.
Man manifest.xml
has
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="17" />
I’m trying to run a simple application, which uses Google Maps and therefore the compilation has to be via Google API and not Android.
I compiled the application, marked on the tablet to accept unreliable sources, copied the APK to the download folder of the tablet, as I’ve done hundreds of times with other applications.
However, when installing the application, comes the message
X App not instalad
and there is no explanation of which error.
Other apps that are based on Google Maps also saw that they did not work happily, before.
Note: On another tablet, now a Samsung, works. And the version is 3.2.
Can you install, or the tablet has, Google Maps?
– Neto Marin