Error on startup Android (SOLVED)

Hi,

When I execute my app in Android I receive an error on screen and app crash.

Error on log:

12-15 17:07:57.123: D/SystemWebViewEngine(4400): CordovaWebView is running on device made by: Google
12-15 17:07:57.130: D/gralloc_ranchu(1312): gralloc_alloc: Creating ashmem region of size 14745600
12-15 17:07:57.140: D/PluginManager(4400): init()
12-15 17:07:57.197: D/cr_Ime(4400): [InputMethodManagerWrapper.java:59] isActive: false
12-15 17:07:57.198: D/CordovaWebViewImpl(4400): >>> loadUrl(http://localhost:12720/)
12-15 17:08:17.204: E/CordovaWebViewImpl(4400): CordovaWebView: TIMEOUT ERROR!

I builded my app with Meteor 1.6.0.1 and my server has other address on cloud.

Someone already this error?

Thanks.

I saw many people talking about startup timeout config. My app works fine before and I didnt change startup timeout.

In Play Store, the error is:

FATAL EXCEPTION: pool-1-thread-2
Process: com.myapp, PID: 14041
android.content.res.Resources$NotFoundException: String resource ID #0x0
	at android.content.res.Resources.getText(Resources.java:339)
	at android.content.res.Resources.getString(Resources.java:385)
	at android.content.Context.getString(Context.java:480)
	at com.adobe.phonegap.push.PushPlugin.getStringResourceByName(PushPlugin.java:450)
	at com.adobe.phonegap.push.PushPlugin.access$200(PushPlugin.java:31)
	at com.adobe.phonegap.push.PushPlugin$1.run(PushPlugin.java:71)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
	at java.lang.Thread.run(Thread.java:761)

Hi, I updated all libs and packages of Android Studio and works.