Android Question Problem updating to 6.30: Error installing file to device

RafaelC

Member
Licensed User
My development environment:

Hardware: Galaxy S2 phone with Android 4.2.2
Previous software: B4A 6.0 + B4A Bridge 2.14
Application: Erel’s TabStrip example (#63975)

Worked like a charm!!


Now, I have updated to B4A 6.3. Uninstalled the TabStrip app and recompiled. Result: Installing file to device: Error. The system can not locate the specified file

I have tried going back to B4A Bridge 2.13 (as per post 438210). Aside from the fact that the App reads “V2.12”, the same error keeps appearing. Reinstalled Bridge 2.14

I have also tried all the procedures in a different phone, with the same results. Also, this is not a problem specifit to the TabExample; I have tried other examples with no success either.

Can somebody point what am I doing wrong? Should I uninstall the whole B4A 6.3 and re-install?
 

RafaelC

Member
Licensed User
Project is stored in E:\BxA Ejemplos\TabStrip It always has been there and worked fine with 6.0

Here is the error log:

B4A version: 6.30
.Net version: 4.0.30319.42000
Ini folder: C:\Users\RC\AppData\Roaming\Anywhere Software\Basic4android
B4XClassifer created
B4XErrorTagger created
B4XClassifer created
B4XErrorTagger created
Failed to get scroller
*** no reuse ***
*** no reuse ***
Gui: 991
Gui: 727
B4XClassifer created
B4XErrorTagger created
B4XClassifer created
B4XErrorTagger created
*** no reuse ***
*** no reuse ***
Gui: 115
Compilation task: 170.402
ExitCode: 0
Output:
jar signed.
Warning:
No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2054-12-23) or after any future revocation date.

Error:

ManagerSpecialLibraries: building jar - E:\BxA Ejemplos\TabStrip\Objects\bin\extra\opt.jar
Compilation task: 0
DISCONNECTED

Trying to connect to port: 6789
TRYING_TO_CONNECT
Connected!
CONNECTED
Installed designer version: 19
ManagerSpecialLibraries: building jar - E:\BxA Ejemplos\TabStrip\Objects\bin\extra\stan.jar
optimizedDex receive: 33
OptimizedDexer exitCode=0
Optimized worked...
starting adb start-server.
System.ComponentModel.Win32Exception (0x80004005): El sistema no puede encontrar el archivo especificado
en System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
en System.Diagnostics.Process.Start()
en a0.a(Boolean A_0, String A_1, Int32 A_2, Window A_3)
en a0.f.b()
en a8.a(Object A_0)
Compilation task: 2670.1527
OptimizedDexer exitCode=-1
dontWait=False
Gui: 87
 

Attachments

  • log.txt
    1.6 KB · Views: 130
  • log.txt
    1.6 KB · Views: 167
  • log.txt
    1.6 KB · Views: 143
Upvote 0

RafaelC

Member
Licensed User
It fails to find adb.exe. Please install the latest version of Android SDK and configure B4A to use it (Tools - Configure Paths - android.jar).
https://www.b4x.com/b4a.html
Thanks a lot, Erel. It is working now.
Aparently, the updating to V6.3 deleted somehow adb.exe and the two associated dlls. Or maybe it was another reason which I am unaware of. Anyway, it's good to know because I think I found in the forum some other user whith the same (or similar) problem.
 
Upvote 0
Top