Error when debugging a project with designer script

britec

New Member
Licensed User
Longtime User
I am new to Basic4Android. Whenever I debug an application with designer scripts it gives me this error:
Compiling code. 0.03
Compiling layouts code. 0.01
Generating R file. 0.28
Compiling generated Java code. Error
javac 1.7.0_10
javac: file not found: src\b4a\example\designerscripts\*.java
Usage: javac <options> <source files>
use -help for a list of possible options
What am I doing wrong?
 
Top