Android Question Compilation Error - AndroidManifest.xml:29: error: Error: No resource found that matches the given n

Indic Software

Active Member
Licensed User
Hello,

I am trying to follow Klaus book for beginners but am getting this compilation error.

It is regarding not being able to find Google Play Services.

I am attaching the screen shots for this post.

I have never faced this problem in case of WinDev Mobile and Delphi though.

Regards,
 

Attachments

  • 2017-05-13_093537.jpg
    2017-05-13_093537.jpg
    260.4 KB · Views: 300
  • 2017-05-13_093557.jpg
    2017-05-13_093557.jpg
    205.3 KB · Views: 246
  • 2017-05-13_093711.jpg
    2017-05-13_093711.jpg
    24.4 KB · Views: 263
Last edited:

Indic Software

Active Member
Licensed User
Hello,

It seems I have managed to solve the problem. I downloaded the file google_play_services_8487000_r29.zip from a link I found in an old post on this forum.

I extracted the content of this file to: <android sdk>\extras\google.

On examining the extracted content I observed that the folder (google-play-services) extracted in above sdk path had dashes in the folder name.

I convert all dashes to underscores the it started working!!! :) Of course as instructed elsewhere I also placed the file google-play-services.jar in a folder AdditionalLibraries under B4A folder.

So currently it is working but it is using a very old version. The latest version (as per my SDK manager) is 49. But B4A is not able to compile with this version.

Thanks,
 
Upvote 0

Indic Software

Active Member
Licensed User
Hello,

As I was playing around and trying to understand various parts of the IDE (reading through Beginners Guide 3.3) I had added all the libraries that ship with the trial version.

Thanks,
 
Upvote 0
Top