我在使用Visual Studio 2013在Cordova中构建的Android应用程序上遇到了性能问题。
我读了这个问题:
Phonegap - cordova is laggy and slow on android and iOS devices
How do I set a background image on the WebView on Cordova/PhoneGap for Android?
Slow page transitions on Android with hardware acceleration on
并且他们谈论了一个文件“src / com /.../ MyApp.java”,用于禁用此行的硬件加速:
super.appView.setLayerType(WebView.LAYER_TYPE_SOFTWARE,null);
我的问题是:这个档案在哪里?我使用的是Visual Studio 2013,但我找不到它。
谢谢!抱歉我的英文。