Android Question Errors after Google actualizations

santiago

Member
Licensed User
Longtime User
Dear Sir,

I have two B4A versions.
Last one 5.8 and older 3.8
I updated Google Android SDKs and so on.Before last update all worked fine.
After that I had problems running apps in my device with both versions.(aapt.ex and adb.ex where not found) I search in your help page and found how to fix it ( copying apt.exe and tools folder inside de android_x folder inside platforms forders ( c:\android\sdk\platforms\android_21

I updated Java JDK too to the last version ,folder 1.8.0.45. I set paths to directories.

Now I can deploy apps to device, but I am not able to debug them. I receive this message :
"cannot bind to 127.0.0.1:12127 " after that I must reset the IDE, I mean I must close V4A and start again.
The code does not stop in breakpoints but its run on the device. I use USB connection.

I looked for help in your pages but I found nothing.
Please could you help me?
 

santiago

Member
Licensed User
Longtime User
Thanks for the response. Its curious.

Yes, The same problem with 5.8 . I updated to 6 to check the issue.

On the other hand , I have problems with B4a-Bridge. I installed and run on device but I am not able to deploy applications. On device a "save error " toastmessage is showed every x seconds.
It shows the link with PC is enabled that communication channel is open . But not is possible to deploy and not debug.

I use android-21 . Any issues with this version???

Thanks again for your time and kindness.
 
Upvote 0

santiago

Member
Licensed User
Longtime User
Thanks.

Sorry I did not expalined un a goog way. I am not able to debug .Not Usb not with the bridge.After updates,I mean
 
Upvote 0

santiago

Member
Licensed User
Longtime User
Erel,
I beg your pardon for the delay.

I am not able to captue the message I receive when I try to debug. Its show like "cannot bind to 127.0.0.1:12127 " , after that , I must reintialize the program(exit and run again) because I is not able to run again even if I change to deploy leaving debug mode.
Tomorrow I will try to capture windows to send you.
I do not know another way to send you the information you asked for.

Thanks for the fast response.
 
Upvote 0

santiago

Member
Licensed User
Longtime User
Thanks for you response.Sorry for the delay.
After update Google Android, I had problems with ADB. I found a way to set it and now B4A is working properly when I deploy and test a new application in my device.

But , after that point, I am not able to debug when using USB and I am not able to use the B4Bridge to deploy or to debug. I ususally do not use B4A. I installed it to test de debug mode.
The B4Bridge is working properly on device and its connect with PC using the asigned device's IP. But after connect , two messages are showed each 15 seconds (more or less ) .Toast messages ,not debug. messages showing a text like "APK is not able to save on device" ...

I think all thinks are related with changes on Google data structure but I do not know how to fix. I checked paths but I dot know where to find the ADB path for example.

Thanks again for your time. I allways ask you very extrange questions.Sorry
Have a good day
 
Upvote 0
Top