我使用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