diff --git a/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java b/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java index 9e5b40fc..784332a1 100644 --- a/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java +++ b/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java @@ -16,7 +16,7 @@ public class PhoneGapViewTestActivity extends Activity { phoneGap = (CordovaWebView) findViewById(R.id.phoneGapView); - phoneGap.loadUrl("file:///android_asset/index.html"); + phoneGap.loadUrl("file:///android_asset/www/index.html"); }