I found in Crashlytics, error "android.content.res.Resources$NotFoundException" on line:
WebView1.Initialize("webview1")
does anyone know the solution?... (i have android:targetSdkVersion="29" in manifest)
I have an old unsolved error: https://www.b4x.com/android/forum/t...sources-notfoundexception.109583/#post-684552
Today I have seen that it has only happened to clients of "RU" with Android 5.1 on different devices.
(I don't know if this will give any clue to find the solution.)
thanks
WebView1.Initialize("webview1")
does anyone know the solution?... (i have android:targetSdkVersion="29" in manifest)
I have an old unsolved error: https://www.b4x.com/android/forum/t...sources-notfoundexception.109583/#post-684552
Today I have seen that it has only happened to clients of "RU" with Android 5.1 on different devices.
(I don't know if this will give any clue to find the solution.)
B4X:
Fatal Exception: android.content.res.Resources$NotFoundException
String resource ID #0x2040003
android.content.res.Resources.getText (Resources.java:299)
android.webkit.WebView.<init> (WebView.java:453)
anywheresoftware.b4a.objects.WebViewWrapper.innerInitialize (WebViewWrapper.java:52)
anywheresoftware.b4a.objects.ViewWrapper.Initialize (ViewWrapper.java:67)
com.oficinadirecta.pdfwebview._activity_create (pdfwebview.java:478)
java.lang.reflect.Method.invoke (Method.java)
java.lang.reflect.Method.invoke (Method.java:374)
anywheresoftware.b4a.BA.raiseEvent2 (BA.java:196)
com.oficinadirecta.pdfwebview.afterFirstLayout (pdfwebview.java:104)
com.oficinadirecta.pdfwebview.access$000 (pdfwebview.java:17)
com.oficinadirecta.pdfwebview$WaitForLayout.run (pdfwebview.java:82)
android.os.Handler.handleCallback (Handler.java:756)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:698)
thanks
Last edited: