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.
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.