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:
B4X:
Main - 126: Unknown type: inappupdate<br />Are you missing a library reference?
in the logs Etc.
1. Copied the attached library files to the correct folder. [Checked in configure paths]
C:\Program Files (x86)\Anywhere Software\B4X\AdditionalLibraries
Double checked that this is the folder where all the other Additional Libraries reside.
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
#AdditionalJar: com.google.android.gmsplay-services-base.
to Project Attributes.
After all that and shutting down the IDE in between I still get the error from this in Sub Globals.
Private InAppUpdate As InAppUpdate
I've run out of ideas, any clues?
Regards Roger