Its use is already the reward.
not fair… i feel in debt
thanks anyway
Amazing! Thank you for working for the community.
As Evan Patton said, “the extension author will need to update their extension to use the AndroidX libraries as Google has deprecated the older Android Support libraries and we are no longer using them in App Inventor.”
But Kodular still uses the Support library, as @Mika said:
… and that’s why I asked you:
Kodular is in full mood to play game with us
If I request all permissions on screen1, do I no longer need to request when I get to screen2?
No, you don’t need to request for permission again, if they are once granted.
It’s better to always ask for solution with errors are you getting and blocks you tried
I tried but couldn’t find the answer to this kind of question
If you don’t find the solution, then create a new Topic.
Getting this error while using this extesion in MIT App Inventor
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/ContextCompat;
Note: You will not see another error reported for 5 seconds.
@sourabhdubey7296 allready reported, the extension author will have to update thei extension to use the AndroidX libraries in order to work with app inventor
Probably, because you are using app Inventor, which needs androidX support library in order to work, this extension is still using the old support library.
you might want to fix the spelling errors…
also usually extension names use the UpperCamelCase notation, i.e. the correct name of the extension would be ListPermission
Taifun