Uploading an app to SABRE SDP

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Uploading an app to SABRE SDP

跳至解决方案
1,516 次查看
dureshasanka
Contributor II

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

标签 (5)
0 项奖励
回复
1 解答
1,372 次查看
LeonardoSandova
Specialist I

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,373 次查看
LeonardoSandova
Specialist I

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

0 项奖励
回复