Hi experts,
I have an app which worked fine, but since I've installed the upgrade B4A Version 8.30, there is an error-message when I click on an EditTextView (after that the app closes):
On an Android Device with Android-Version 4.0.4 there are no error-messages, the app works well, but on another Device with Android-Version 7.1.1 the app doesn't work.
Does someone know the reason why?
I have an app which worked fine, but since I've installed the upgrade B4A Version 8.30, there is an error-message when I click on an EditTextView (after that the app closes):
android.content.res.Resources$NotFoundException: Resource ID #0x0
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:197)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2317)
at android.content.res.Resources.getLayout(Resources.java:1268)
at android.view.LayoutInflater.inflate(LayoutInflater.java:424)
at android.view.LayoutInflater.inflate(LayoutInflater.java:377)
at android.widget.Editor$SuggestionsPopupWindow.initContentView(Editor.java:3382)
at android.widget.Editor$PinnedPopupWindow.<init>(Editor.java:3038)
at android.widget.Editor$SuggestionsPopupWindow.<init>(Editor.java:3348)
at android.widget.Editor.replace(Editor.java:361)
at android.widget.Editor$3.run(Editor.java:2143)
at android.os.Handler.handleCallback(Handler.java:836)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:203)
at android.app.ActivityThread.main(ActivityThread.java:6310)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1084)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:945)
On an Android Device with Android-Version 4.0.4 there are no error-messages, the app works well, but on another Device with Android-Version 7.1.1 the app doesn't work.
Does someone know the reason why?