Android Question Error The system cannot find the file specified

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

My B4A has been working fine until now. My computer did a reboot due to Windows update and now it comes up with the following when trying to compile and send the app using the B4A-Bridge:

B4A version: 7.01
Parsing code. (0.08s)
Compiling code. (0.23s)
Compiling layouts code. (0.03s)
Organizing libraries. (0.00s)
Generating R file. (0.41s)
Compiling debugger engine code. (1.51s)
Compiling generated Java code. (1.41s)
Convert byte code - optimized dex. (7.31s)
Packaging files. (1.81s)
Copying libraries resources (0.00s)
Signing package file (private key) (1.01s)
ZipAlign file. (0.03s)
Installing file to device. Error
The system cannot find the file specified

After looking on the forum it was suggested I use B4ASdkManager.jar. Which I did and installed all the recommended items..

upload_2017-8-14_17-29-7.png


Problem is I still have the same issue.

Any ideas on what might be wrong ?

Everything was working until my computer did the windows update and the computer rebooted.
Running Windows 10 Pro in a VM.
 

aaronk

Well-Known Member
Licensed User
Longtime User
Worked it out.

I found in my platform-tools folder it didn't have all the files for some reason.

Now that I have all the required files it now seems to work.

Strange that this only happened after a windows update.
 
Upvote 0
Top