Android Question Error in installing app on device using B4A-Bridge

u2005k

Member
Licensed User
Longtime User
Hello,

I am getting following error for every project that run in debug mode.
B4A version: 5.02 (1)
Parsing code. (0.00s)
Compiling code. (0.02s)
Compiling layouts code. (0.00s)
Generating R file. (0.14s)
Compiling debugger engine code. (0.96s)
Compiling generated Java code. (1.07s)
Convert byte code - optimized dex. (0.68s)
Packaging files. (0.31s)
Copying libraries resources (0.00s)
Signing package file (debug key). (0.76s)
ZipAlign file. (0.12s)
Installing file to device. Error
The system cannot find the file specified

I can copy APK file on the device and run application. I uninstalled and re-installed B4A-Bridge on device.
In B4A is shows that device is connected via WiFi.

What could be potential error?

Thanks & regards...
Uday
 

u2005k

Member
Licensed User
Longtime User
Hi Erel,

Thanks a lot. It was related with ADB server path. Somehow my ADB.EXE got deleted from the directory where it is looking for android.jar. I copied ADB.EXE from other folder and it started working now.

Uday
 
Upvote 0
Top