Android Question 2 #AdditionalRes: problem

Spinter

Active Member
Licensed User
Longtime User
I need to add 2 # AdditionalRes: but I always get an error!

B4X:
#AdditionalRes: C:\Android\sdk\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
    #AdditionalRes: C:\Anywhere Software\Basic4android\LibreriesJava\SlidingMenu-master\library\res, com.jeremyfeinstein.slidingmenu.lib

I also tried to use a folder
B4X:
#AdditionalRes: C:\test\res, com.google.android.gms
#AdditionalRes: C:\test\res, com.jeremyfeinstein.slidingmenu.lib
 

stevel05

Expert
Licensed User
Longtime User
Before anyone can help you we will need some more information:
What is the error?
What version of B4a are you using?
 
Upvote 0

Spinter

Active Member
Licensed User
Longtime User
B4A version 3.20


B4X:
C:\Android\sdk\extras\google\google_play_services\libproject\google-play-services_lib\res\values\colors.xml:4: error: Resource at common_signin_btn_dark_text_default appears in overlay but not in the base package; use <add-resource> to add.
C:\Android\sdk\extras\google\google_play_services\libproject\google-play-services_lib\res\values\colors.xml:5: error: Resource at common_signin_btn_dark_text_pressed appears in overlay but not in the base package; use <add-resource> to add.
etc
 
Upvote 0
Top