Android Question abd.exe - System Error

Lasix

Member
Not sure if it's a bug or my computer or just a user error :)

I running the B4A trial version as I am experimenting with the software... I am trying to connect to my phone via b4a bridge. When I attempt to connect to the phone, I get the following error: abd.exe system error The program can't start because api-ms-win-ctrl-locale-lt-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem.

Like I said, the problem is probably me, or maybe a limitation of the trial version?

If not a bug, any advice is well appreciated :)

EDIT: restarting ABD in tools does not fix the problem.
 
Last edited:

Lasix

Member
Moved to the questions forum.

Please post the exact error message from the compilation window.

Make sure to follow these instructions to install Android SDK: https://www.b4x.com/b4a.html#installation
Any other SDK will not work.

All was installed as directed.

B4A bridge shows connected bottom left of B4A window.

B4A Version: 9.30
Java Version: 8
Parsing code. (0.00s)
Building folders structure. (0.35s)
Compiling code. (0.15s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.05s)
Compiling debugger engine code. (0.02s)
Compiling generated Java code. (0.03s)
Convert byte code - optimized dex. (0.92s)
Packaging files. (0.46s)
Trial version-skipping library resources (0.00s)
Signing package file (debug key). (1.73s)
ZipAlign file. (0.11s)
Installing file to device. Error


Adb.exe - system error
The program can't start because api-ms-win-crt-locale-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem

CLICK OK

adb.exe has stopped working.
A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.

CLICK CLOSE PROGRAM
 
Upvote 0

Lasix

Member
Thank you.

Windows 8.1 Pro for Eeducation
Processor: Intel Celeron 1.5GHz
RAM: 4GB
System: 64 bit OS x64-based processor
Computer: HP Probook
 
Upvote 0

Lasix

Member
I will be buying this software if for no other reason that as a Thank you for your time.

Also, thank you for download link I was not having any luck finding it.

I'm going to try installing on a different computer. I have gotten further along, but now have ABD.EXE appliction error: The application was unable to start correctly (0xc000007b). Click OK to close the application.

Similar log as before.

I'm looking at my options. I assume (like usual) this stuff loves happening to me :)

I want to learn/use B4A. I think this is the most natural option for me.

Here's my thoughts:

1. I am considering a different device. Will b4A work on a 32bit system and allow for applications to be uploaded to the play store?
2. Will upgrading current device to win 10 fix this issue?
3. Any possibility it's my phone causing the problem? Android 7.0.



B4A Version: 9.30
Java Version: 8
Parsing code. (0.00s)
Building folders structure. (0.21s)
Compiling code. (0.07s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.05s)
Compiling debugger engine code. (0.03s)
Compiling generated Java code. (0.02s)
Convert byte code - optimized dex. (1.06s)
Packaging files. (0.36s)
Trial version-skipping library resources (0.00s)
Signing package file (debug key). (1.49s)
ZipAlign file. (0.08s)
Installing file to device. Error


Thank you again!
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. Yes. Note that you will need to use Java 8 and you won't be able to create an emulator that runs Android 8+.
2. Maybe. Difficult to say. I think that this is the first time that such a problem is reported so it is likely something with your Windows installation.
3. No. It is not related to the device (I guess that you tried to run when your device is not connected with USB cable).
 
Upvote 0
Top