I am trying to warp a Github project (fairly recently posted) but getting this error with SLC:
Browsing the web for the error indicates it requires Android 31? Is this correct?
This might be a possible solution but have not tried it yet....
B4X:
error: cannot find symbol
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_MUTABLE);
^
symbol: variable FLAG_MUTABLE
location: class PendingIntent
Browsing the web for the error indicates it requires Android 31? Is this correct?
This might be a possible solution but have not tried it yet....
android-how to solve Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent problem when running android app on android 12 ?
1. Problem When our app change the target to android sdk 31 or android 12, the app crash and we get this error message:
www.bswen.com