Android Question Error compiling

Chris Guanzon

Active Member
Licensed User
Longtime User
Hello, what is the cause of this error?

B4X:
Packaging files.    Error
AndroidManifest.xml:37: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').

AAPT path: C:\Android\tools\..\build-tools\30.0.2\aapt.exe
Exit code:1

It is from my existing app, when I tried to compile it, it give me this error. This was not occurred before. What do I need to do to fix this?
 

Chris Guanzon

Active Member
Licensed User
Longtime User
Oh yeah, now I get it, I forgot to add this in Main Activity. Thanks
B4X:
#AdditionalJar: com.google.android.gms:play-services-base
 
Upvote 0
Top