我一直在搞乱libGDX,在我的Tab S 8.4上安装自定义rom之前,我已经能够从intellij部署应用程序了。
自安装此自定义ROM以来,部署应用程序时收到以下消息:
Waiting for device.
Target device: samsung-sm_t700-320424254c91115d
Uploading file
local path: C:\Users\Benjamin\Desktop\NewFolder\android\build\outputs\apk\android-debug.apk
remote path: /data/local/tmp/com.mygdx.game.android
Installing com.mygdx.game.android
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.mygdx.game.android"
/system/csc/customer.xml can't open file
Aborted
Launching application: com.mygdx.game.android/com.mygdx.game.android.AndroidLauncher.
DEVICE SHELL COMMAND: am start -n "com.mygdx.game.android/com.mygdx.game.android.AndroidLauncher" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
/system/csc/customer.xml can't open file
Aborted
在模拟器中启动相同的应用程序按预期工作。我已经阅读了有关发射器和通过USB验证应用程序的可能问题,但我已经切换了其中任何一种方式,似乎无法改变这一结果。
此时我已尝试多次刷rom,并在不同的场合下载它,因此看起来不太可能出现拙劣的闪光。我希望不必恢复库存。
感谢您解决此问题的任何指导。
答案 0 :(得分:1)
我最终把设备放回了它的存储器,应用程序正在像以前那样部署。不是理想的解决方案,但它比无法在设备上调试应用程序更好。