3 3394509365 Active Member Licensed User Longtime User Mar 7, 2020 #1 I have the following error when trying to load the runtimepermission library Maven artifact not found: com.android.support/support-v4 I'm trying them all. help please Thanks Attachments 1583617559650.png 12.1 KB · Views: 239
I have the following error when trying to load the runtimepermission library Maven artifact not found: com.android.support/support-v4 I'm trying them all. help please Thanks
drgottjr Expert Licensed User Longtime User Mar 8, 2020 #2 not "repos". this Attachments support.png 27.7 KB · Views: 238 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 8, 2020 #3 com.android.support = old Android Support library. If you are missing it then you are using an old unjetified library. The correct solution is to jetify the library. Upvote 0
com.android.support = old Android Support library. If you are missing it then you are using an old unjetified library. The correct solution is to jetify the library.
3 3394509365 Active Member Licensed User Longtime User Mar 8, 2020 #5 i run b4a as administrator then run jetifier. It will work. but i have the same error Maven artifact Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 8, 2020 #6 The additional libraries shouldn't be stored under Program Files. This is a restricted folder. If you still get the missing resource error then you have an old copy of the library in the internal libraries folder. Upvote 0
The additional libraries shouldn't be stored under Program Files. This is a restricted folder. If you still get the missing resource error then you have an old copy of the library in the internal libraries folder.
3 3394509365 Active Member Licensed User Longtime User Mar 8, 2020 #7 yes, but which library? the libraries folder is the one that loaded automatically during the installation of the latest free version The additional libraries shouldn't be stored under Program Files. This is a restricted folder. = where ? Upvote 0
yes, but which library? the libraries folder is the one that loaded automatically during the installation of the latest free version The additional libraries shouldn't be stored under Program Files. This is a restricted folder. = where ?
3 3394509365 Active Member Licensed User Longtime User Mar 8, 2020 #8 SOLVED finally found, the error was in the paths, in fact I had two android folders for SDK and I was pointing to an old one Upvote 0
SOLVED finally found, the error was in the paths, in fact I had two android folders for SDK and I was pointing to an old one