Hi All,
Here i'm trying to launch android apps by following method but fails to get the app icon on main menu.
1. download app from google play by using Real APK Leecher v1.3.5 tool.
2. install the download .apk to IMX6 android ICS device via ADB (in device settings->security-> Unknown Sources(enable)
$ ./adb install -r *.apk
3. application installed to /data/local/tmp/ folder successfully and able to view the installed app in settings->apps
4. No shortcut menu is creating in main menu.
We are using Freescale release code(android 13.4-GA) on the target device.