Android程序在真机上出现闪退,在虚拟机上运行正常怎么解决?在百度上查看是谷歌的服务框架在真机是没有的,但是不知道怎么解决这一问题。
02/24 16:16:41: Launching app
$ adb push L:\CoolWeather\app\build\outputs\apk\debug\app-debug.apk /data/local/tmp/com.coolweather.android
$ adb shell pm install -t -r "/data/local/tmp/com.coolweather.android"
pkg: /data/local/tmp/com.coolweather.android
Success
$ adb shell am start -n "com.coolweather.android/com.coolweather.android.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet..