Hi,
Today I receive my SABRE SDP (I.MX6D). It is running Android 4.0 from SD card.
Please excuse me asking this kind of question.
I need to install an app on the platform. But I can not find a way. I uploaded the .apk file to the internal storage but I can't find a way to install it. Then I try to download a file browser app from the internet but, I can not use Ethernet / WiFi / SIM card on the board to connect to the internet.
Then I tried to connect to the board via adb, but it says that no device is pluged in.
I am newbie to these things.
Please kindly help me.
Thanks in advance.
Duresh
Solved! Go to Solution.
You can install apk from your host machine. You will need to install the Android SDK, then use adb tool to install the package. Make sure your Android is on developer mode and USB enable for debugging, so 'adb devices' list your device.
Leo
You can install apk from your host machine. You will need to install the Android SDK, then use adb tool to install the package. Make sure your Android is on developer mode and USB enable for debugging, so 'adb devices' list your device.
Leo