1 2 3 4 5 6 7 8 9 | @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // 解決 "The connection to the server was unsuccessful" 的問題 super.setIntegerProperty("loadUrlTimeoutValue", 900000000); super.loadUrl("file:///android_asset/www/index.html" ); } |
沒有留言:
張貼留言