Android Question [Solved] IDE can't find library

Roger Daley

Well-Known Member
Licensed User
Longtime User
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
 

Roger Daley

Well-Known Member
Licensed User
Longtime User
Did you add the library in the Libraries tab? ?

I just tried it & didn't see that issue.

- Colin.

Colin,

I did start the post with " This is the dumbest of questions ..... ". Boy! do I feel stupid.
All is working now, thanks for being able see the one thing I had not done. ?

Regards Roger
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Colin,

I did start the post with " This is the dumbest of questions ..... ". Boy! do I feel stupid.
All is working now, thanks for being able see the one thing I had not done. ?

Regards Roger
No worries. :) That was the only thing that seemed plausible to me...

- Colin.
 
Upvote 0
Top