Hi,
I followed the instructions. Followed the required Manifest Snippets. I use Appcompat in my app. I followed the instructions regarding the new AppCompat ver 3.20
When I compile with B4A 6, I get the following compilation error.
After updating Anroid SDK's, I don't find any folder like
'c:\android\extras\android\support\v7\cardview\res'
I have removed the AdditionalRes clause, do I have to add any AdditionalJar to use AppCompat
For eg something similar as given below
'For Google Maps
#AdditionalJar: com.google.android.gmslay-services-maps
EDIT :- I use MSMaterialDrawer, MSCardView in my project.
Entries in my Main that are still pointing to Android SDK folders.
Any help will be appreciated.
Regards
Anser
I followed the instructions. Followed the required Manifest Snippets. I use Appcompat in my app. I followed the instructions regarding the new AppCompat ver 3.20
When I compile with B4A 6, I get the following compilation error.
B4X:
B4A version: 6.00
Parsing code. (0.12s)
Compiling code. (0.31s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. Error
ERROR: resource directory 'c:\android\extras\android\support\v7\cardview\res' does not exist
After updating Anroid SDK's, I don't find any folder like
'c:\android\extras\android\support\v7\cardview\res'
I have removed the AdditionalRes clause, do I have to add any AdditionalJar to use AppCompat
For eg something similar as given below
'For Google Maps
#AdditionalJar: com.google.android.gmslay-services-maps
EDIT :- I use MSMaterialDrawer, MSCardView in my project.
Entries in my Main that are still pointing to Android SDK folders.
B4X:
'AppCompat Resources from by B4A Corwin's lib
'#AdditionalRes: D:\B4A-Additional-Libraries\CustomLibsRes\b4a_appcompat, de.amberhome.objects.appcompat
'AppCompat Resources from Android
#AdditionalRes: C:\Android\extras\android\support\v7\appcompat\res, android.support.v7.appcompat
'CardView Resources from Android
#AdditionalRes: C:\Android\extras\android\support\v7\cardview\res
'MaterialDrawer Resources From the Lib Developer
#AdditionalRes: D:\B4A-Additional-Libraries\CustomLibsRes\MSMaterialDrawer\res
'For Google Maps
#AdditionalJar: com.google.android.gms:play-services-maps
'For FusedLocationProvider
#AdditionalJar: com.google.android.gms:play-services-location
'#ExcludeClasses: .games, .drive, .ads, .fitness, .wearable, .measurement, .cast, .auth, .nearby
'#ExcludeClasses: .tagmanager, .analytics, .wallet, .plus, .vision
Any help will be appreciated.
Regards
Anser
Last edited: