Android Question [SOLVED] Error while compiling (B4A 8.0)

eurojam

Well-Known Member
Licensed User
Longtime User
I have an older B4A programm which runs under B4A 7.3 but now I'll get the following error while compiling the programm with B4A 8.0. Then I rolled back to B4A 7.3 but the error is still there...at the moment I don't have any idea what to do?? Any help will be appreciated:

B4A Version: 8.00
Parse den Code. (0.08s)
Kompiliere den Code. (2.29s)
Kompiliere Layoutcode. (0.25s)
Organisiere Libraries. (0.10s)
Generiere R Datei. (0.20s)
Kompiliere generierten Java Code. Error
javac 1.8.0_60
src\dintido\dk\main.java:68: error: error while writing WaitForLayout: could not create parent directories
static class WaitForLayout implements Runnable {
^
Note: src\dintido\dk\wallpaperservice.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
 
Top