Android Question Unable to install application on Android Mobile Device B4A Bridge

imrpk

Member
Licensed User
Longtime User
Unable to install App to Android Mobile

B4A Version: 9.50
Java Version: 8
Parsing code. (0.01s)
Building folders structure. (0.07s)
Compiling code. (0.06s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.00s)
Compiling debugger engine code. (0.00s)
Compiling generated Java code. (0.02s)
Convert byte code - optimized dex. (1.61s)
Packaging files. (0.62s)
Copying libraries resources (0.00s)
Signing package file (debug key). (1.33s)
ZipAlign file. (0.07s)
Installing file to device. Error
adb server version (40) doesn't match this client (41); killing...
could not read ok from ADB Server
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon

Things I already did:-
1. I just reinstalled lastest b4A Bridge V2.60
2. Allow permissions from this source and Allow at the TOP.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. I just reinstalled lastest b4A Bridge V2.60
2. Allow permissions from this source and Allow at the TOP.
Both are not relevant to this error. It is a configuration problem on the PC.

How did you install Android SDK Manager? What is the path of android.jar under Tools - Configure Paths?
 
Upvote 0

imrpk

Member
Licensed User
Longtime User


1579429767976.png
 
Upvote 0

imrpk

Member
Licensed User
Longtime User
Below are the images also i restart the ADB Server. When I click on Restart ADB server there is no information.


1579443568644.png
 
Upvote 0

imrpk

Member
Licensed User
Longtime User
I did not restart the PC.
How I can check android studio is running?
 
Last edited:
Upvote 0
Top