Hi,
I was away from B4A for quite some time. Today, I upgraded my B4A version from 9.00 to 9.30
After upgrading when I try to compile one of my existing app, I get the following error message
Generating R file. (2.43s)
Compiling generated Java code. Error
B4A line: 264
nb.SetStyle(StyleBigPic)
javac 1.8.0_191
src\com\myappname\publicapp\fcmnotifications.java:202: error: package androidx.core.app.NotificationCompat does not exist
_nb.SetStyle((androidx.core.app.NotificationCompat.Style)(_stylebigpic.getObject()));
^
Please note that this was compiling perfectly fine in B4A version 9.0
I read few topics on AndroidX and Jetifier and Jetified whatever listed. Everything got jetified successfully, except android-support-v4.jar
In the case of android-support-v4.jar, when I try to Jetify, I am getting the following error screen
Any help will be appreciated
I was away from B4A for quite some time. Today, I upgraded my B4A version from 9.00 to 9.30
After upgrading when I try to compile one of my existing app, I get the following error message
Generating R file. (2.43s)
Compiling generated Java code. Error
B4A line: 264
nb.SetStyle(StyleBigPic)
javac 1.8.0_191
src\com\myappname\publicapp\fcmnotifications.java:202: error: package androidx.core.app.NotificationCompat does not exist
_nb.SetStyle((androidx.core.app.NotificationCompat.Style)(_stylebigpic.getObject()));
^
Please note that this was compiling perfectly fine in B4A version 9.0
I read few topics on AndroidX and Jetifier and Jetified whatever listed. Everything got jetified successfully, except android-support-v4.jar
In the case of android-support-v4.jar, when I try to Jetify, I am getting the following error screen
Any help will be appreciated