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)
 

eps

Expert
Licensed User
Longtime User
Hmmm... Have you got a physical device connected to your PC?

Is it that it is trying to install the APK but for some reason cannot copy it to the device in question?
 
Upvote 0

grafsoft

Well-Known Member
Licensed User
Longtime User
Erel, I followed your instructions, same result. I de-installed and re-installed the SDK, same result.
 
Upvote 0

ronell

Well-Known Member
Licensed User
Longtime User
i encounter the same problem weeks ago , i remember downloading something in sdk but i cant remember what exactly it is :confused:,
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

grafsoft

Well-Known Member
Licensed User
Longtime User
Yes I am sure. I did the procedure once again, checked that there is only one adb.exe on my computer, restarted the computer - same result.
 
Upvote 0
Top