我使用 genymotion 来模拟我的 cordova 应用程序,并且 logcat 每次都向我显示这个错误。
E/Genymotion(459):无法打开“/sys/class/power_supply/genymotion_fake_path/present”
要运行我的应用程序,我正在使用 shell 命令:
cordova build && adb install -r platforms\android\bin\Example-debug.apk && adb shell am start -n br.com.example/br.com.example.Example
并查看我正在使用的 logcat:
adb logcat