我使用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
Run Code Online (Sandbox Code Playgroud)
并看到我正在使用的logcat:
adb logcat
Run Code Online (Sandbox Code Playgroud)