Hi Erel.
if i understand before we insert the following line:
now is sufficient write this:
I have a few questions:
1. This
Example my "old" code is
Now if i write:
is it sufficient ?
2. I noticed that by installing the Google Play Services version 30 is deleted libproject folder.
Declaring in this way we solve the problem ??
3. If YES for question 2. The file "google-play-services.jar" that we have in additional libraries folder should be deleted ?
4. For Appcompat now we write:
will be sufficient write this:
Thank you for your time
Marco
if i understand before we insert the following line:
B4X:
#AdditionalRes: F:\Android\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
now is sufficient write this:
B4X:
#AdditionalJar: com.google.android.gms:play-services-location
I have a few questions:
1. This
he will seek the right path ?play-services-location
Example my "old" code is
B4X:
#AdditionalRes: F:\Android\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
B4X:
#AdditionalJar: com.google.android.gms:play-services-location
2. I noticed that by installing the Google Play Services version 30 is deleted libproject folder.
and actually deleted the file "google-play-services.jar"...\extras\google\google_play_services\ libproject
Declaring in this way we solve the problem ??
3. If YES for question 2. The file "google-play-services.jar" that we have in additional libraries folder should be deleted ?
4. For Appcompat now we write:
B4X:
#AdditionalRes: F:\Android\extras\android\support\v7\appcompat\res, android.support.v7.appcompat
will be sufficient write this:
B4X:
#AdditionalJar: android.support.v7.appcompat:???
Thank you for your time
Marco