at here
https://www.b4x.com/android/forum/threads/addtionalres-additionaljar-b4a-6.67802/
it saids
(1)#AdditionalRes: F:\Android\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
is equal to
#AdditionalJar: com.google.android.gms
lay-services-location
(2) #AdditionalRes: F:\Android\extras\android\support\v7\appcompat\res, android.support.v7.appcompat
is equal to
#AdditionalJar: com.android.support:appcompat-v7
for (2) ,it seems to there is an aar file, which can unziped, the sub directory is android\support\v7\appcompat\*
is it means (1) res is F:\Android\extras\android\support\v7\appcompat\res, jar is F:\Android\extras\android\support\v7\appcompat\class.jar
but while write as #AdditionalJar: com.android.support:appcompat-v7,what means :appcompat-v7?
for(1),it seems that unziped path is google\google_play_services\libproject\google-play-services_lib
...
i can not understand which is before colon and after colon