Android Question Compiling error

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I try to compile and see this:

B4A version: 6.80
Parsing code. (0.14s)
Compiling code. (0.34s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
Generating R file. (1.14s)
Compiling debugger engine code. (5.56s)
Compiling generated Java code. (5.28s)
Convert byte code - optimized dex. (3.80s)
Packaging files. (1.40s)
Copying libraries resources (1.99s)
Found 21 resource files.
Signing package file (debug key). (2.63s)
ZipAlign file. (0.36s)
Installing file to device. Error
Das System kann die angegebene Datei nicht finden

This errtor message is not very useful for me, has anybody encountered it? (In English: The system can not find the specified file)
 

grafsoft

Well-Known Member
Licensed User
Longtime User
1. I checked and re-checked.
2. "The system cannot find the specified file".

Should I copy android.jar somewhere else and try this out?
 
Upvote 0

grafsoft

Well-Known Member
Licensed User
Longtime User
Thank you both, Erels hint did the trick! No Idea why it did not work, I checked and re-checked ...
 
Upvote 0
Top