Android Question \google_play_services\libproject\google-play-services_lib\res does not exist

MarcoRome

Expert
Licensed User
Longtime User
Hi all.
I bought a new PC and then installed B4A. I have the following problem. When I'm going to fill the message as indicated in Point 1:

B4A version: 5.80
Parsing code. (0.02s)
Compiling code. (0.02s)

ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.00s)
Generating R file. Error
ERROR: resource directory 'f:\android\extras\google\google_play_services\libproject\google-play-services_lib\res' does not exist

but it seems everything installed correctly.

If you see in point 2 GOOGLE PLAY SERVICES is installed, but if you open path i dont found libproject

The strange thing is that in google_play_services folder does not exist libproject \ google-play-services_lib \ res

Screenshot 2016-05-21 08.50.18.png


in attachment also movie.



Any idea ? o_O
Thank you very much for any type support
Regards
Marco
 

DonManfred

Expert
Licensed User
Longtime User
i dont know. Search the forum about problem with google-play-service v30. There are a few threads in the last week about this
Some posted answers (me too) including links to get the v29 of the jar.

It seems that google has changed it in the newest release...

The problems i saw so far was all about the jar file.
Your problem seems to be a new (or additional) problem with the newest release of the google-play-services lib
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Well the latest SDK Android is a nightmare.

I solved in the following way

1. Unistall Google Play Services

Immagine1.png



2. Download Google Play Services 29 and unzip.

3. You have a Folder in zip file : google_play_services

4. Copy this folder in your path --> X:\xxxxxxx\extras\google

5. Now you have X:\xxxxxxx\extras\google\google_play_services

6.Close all.

7. Run B4A. If you have error "Packaging files. Error" you see this THREAD
 
Upvote 0

juvanum

Active Member
Licensed User
Longtime User
Well the latest SDK Android is a nightmare.

I solved in the following way

1. Unistall Google Play Services

View attachment 44260


2. Download Google Play Services 29 and unzip.


3. You have a Folder in zip file : google_play_services

4. Copy this folder in your path --> X:\xxxxxxx\extras\google

5. Now you have X:\xxxxxxx\extras\google\google_play_services

6.Close all.

7. Run B4A. If you have error "Packaging files. Error" you see this THREAD


Ciao Marco,
Grazie per il suggerimento.

Purtroppo ho risolto in parte il problema, Il compilatore non trova com.google.android.gms:
#AdditionalRes: C:\Android\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms

Hai idea di quale cartella devo indicare?
Grazie
ciao
Dom


automatic translate
Hello Marco,
Thank you for your suggestion.

Unfortunately I have partly solved the problem, the compiler does not find com.google.android.gms:
#AdditionalRes: C: \ Android \ extras \ google \ google_play_services \ libproject \ google-play-services_lib \ res, com.google.android.gms

You have no idea what folder should I indicate?
Thank you
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Ciao Marco,
Grazie per il suggerimento.

Purtroppo ho risolto in parte il problema, Il compilatore non trova com.google.android.gms:
#AdditionalRes: C:\Android\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms

Hai idea di quale cartella devo indicare?
Grazie
ciao
Dom


automatic translate
Hello Marco,
Thank you for your suggestion.

Unfortunately I have partly solved the problem, the compiler does not find com.google.android.gms:
#AdditionalRes: C: \ Android \ extras \ google \ google_play_services \ libproject \ google-play-services_lib \ res, com.google.android.gms

You have no idea what folder should I indicate?
Thank you

Come suggerito da Erel hai scompattato il file r29 come indicato nei passaggi 3 - 6 ?
Sei sicuro che il tuo SDK Android è installato in C:\Android ?

***********
As suggested by Erel do you unzipped the files r29 as suggestion in #5 , look point 3 - 6 ?
Are you sure that your SDK Android is installed in C:\Android ?
 
Upvote 0

juvanum

Active Member
Licensed User
Longtime User
Come suggerito da Erel hai scompattato il file r29 come indicato nei passaggi 3 - 6 ?
Sei sicuro che il tuo SDK Android è installato in C:\Android ?

***********
As suggested by Erel do you unzipped the files r29 as suggestion in #5 , look point 3 - 6 ?
Are you sure that your SDK Android is installed in C:\Android ?



Ho seguito tutti i punti.
Questa è la mia situazione attuale:

I followed all steps.
This is my current situation:




Cattura3.PNG





Cattura2.PNG
 
Upvote 0

juvanum

Active Member
Licensed User
Longtime User
I think that the current Android SDK (r30) gives a lot of problems.
you can have in the forum a copy of the previous version of the SDK (r29) ?
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Dentro questo percorso "C:\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs" è presente il file Google-play-services.jar ?
******
In this path "C:\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs" do you have file Google-play-services.jar ?
 
Upvote 0

Alisson

Active Member
Licensed User
Mio stai: D:\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs
Dove estai tuo: google-play-services ?
Bisogno mio cartella:

upload_2016-5-24_15-8-26.png


Come estai tuo libproject, contenuti?

Grazie!
 

Attachments

  • upload_2016-5-24_15-8-9.png
    upload_2016-5-24_15-8-9.png
    98.4 KB · Views: 600
Upvote 0

juvanum

Active Member
Licensed User
Longtime User
Dentro questo percorso "C:\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs" è presente il file Google-play-services.jar ?
******
In this path "C:\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs" do you have file Google-play-services.jar ?

Yes!
copied to the additional libraries folder
 
Upvote 0
Top