I am attempting to run the GPS demo and have run into a problem when attempting to compile.
I get the message that it cannot find the com.android.support:support-v4 jar.
I checked my additional libraries folder and I do have the file android-support-v4.jar in the folder.
I went into the RuntimePermissions.xml file and see the depends on line: com.android.support:support-v4.
I tried to change this to android-support-v4 (based on reference found in other threads) but after changing it, when opening the IDE it reports it is missing the jar file for the library after the change. So I assume either my syntax is wrong or there is another issue.
I am running B4A version 5.80. What is the proper method to correct this error? Thank you.
I am running B4A 6.80, however when I tried to load runtime permissions library I get the following error:
An error occurred.
Maven artifact not found:
com.android.support/support-V4
1. You should never post in an existing thread. Always start a new thread for your question.
2.
You can find the Setup-Instructions here. https://www.b4x.com/b4a.html
You also can watch this Video as it describes it clearly.
Start with a new Blank folder like you see in the Video.