Hi All,
This is the dumbest of questions as it is so basic but in desperation...
I am trying to implement ArminKh1993 InApUpdate library.
I have followed ArminKh1993 excellent instructions step by step but still get:
1. Copied the attached library files to the correct folder. [Checked in configure paths]
2. Tried copying said files to the Libraries Folder and anywhere else I could think. No joy.
3. SDK is latest version.
4. Installed com.google.android.play:core
5. Updated Manifest.
6. Added
After all that and shutting down the IDE in between I still get the error from this in Sub Globals.
Regards Roger
This is the dumbest of questions as it is so basic but in desperation...
I am trying to implement ArminKh1993 InApUpdate library.
I have followed ArminKh1993 excellent instructions step by step but still get:
in the logs Etc.B4X:
Main - 126: Unknown type: inappupdate<br />Are you missing a library reference?
1. Copied the attached library files to the correct folder. [Checked in configure paths]
Double checked that this is the folder where all the other Additional Libraries reside.C:\Program Files (x86)\Anywhere Software\B4X\AdditionalLibraries
2. Tried copying said files to the Libraries Folder and anywhere else I could think. No joy.
3. SDK is latest version.
4. Installed com.google.android.play:core
5. Updated Manifest.
6. Added
to Project Attributes.#AdditionalJar: com.google.android.gmsplay-services-base.
After all that and shutting down the IDE in between I still get the error from this in Sub Globals.
I've run out of ideas, any clues?Private InAppUpdate As InAppUpdate
Regards Roger