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 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.