Try cleaning the Project.
In the B4A IDE, navigate to Tools > Clean Project. This will clear the Objects directory and force the compiler to recreate it and re-extract all required library files during the next build.
I presumed that you reinstated everything correctly in the first place.
I have tried cleaning. Other test apps compile. My app compiles fine in b4i. Might just have to go to previous B4A but that doesn't allow future features
Have you tried manually deleting the Objects folder?
Maybe the permissions got messed up during the transfer to your new PC.
Also, make sure the OneDrive or similar is not blocking things - on a new PC I imagine that it defaults to monitoring & backing up the User Documents folders.
Have you tried manually deleting the Objects folder?
Maybe the permissions got messed up during the transfer to your new PC.
Also, make sure the OneDrive or similar is not blocking things - on a new PC I imagine that it defaults to monitoring & backing up the User Documents folders.
Sometimes I get this error in previous versions of B4A, but (until now) not in this new version.
b4xinputtemplate.bal is part of the XUI View lib.
When I get his error before, this is one of the fixed that I used:
- remove the XUI Views (or other libs that use it)
- clean the project
- add the XUI Views again
I have tried cleaning. Other test apps compile. My app compiles fine in b4i. Might just have to go to previous B4A but that doesn't allow future features