Android Question Error compiling Wallpaper app [SOLVED]

carlos7000

Well-Known Member
Licensed User
Longtime User
I have a small app that changes the images on the wallpaper of my android phone. Today I want to change some images for new ones. I did not make any changes to the code, but when compiling I get the following error:

B4A Versión: 10.70
...
(AndroidX SDK)
Compilando los recursos (0.17s)
Enlazando los recursos Error
AndroidManifest.xml:29: error: resource xml/wallpaper (aka PensamientoProfundo.Wallpaper:xml/wallpaper) not found.
error: failed processing manifest.

I guess part of the problem is due to upgrading to B4A 10.70
 

carlos7000

Well-Known Member
Licensed User
Longtime User
The problem was the file wallpaper.xml somehow disappeared from the LiveWall \ Objects \ res \ xml folder. I found the file in Erel's example files on how to make a wallpaper. The Wallpaper already compiles, but it doesn't work.

Attached the missing file
 

Attachments

  • wallpaper.xml
    149 bytes · Views: 154
Upvote 0
Top