Android Question Configuration Problems... please help...

Ian Kostman

New Member
Licensed User
Longtime User
Okay... I know the solution for this has to be a simple one, but I haven't found it yet.When I try connecting the designer to my device, I get the following error message:

0


Also, I seem to have a similarly related issue when trying to launch the AVD Manager or Restart the ADB Server

upload_2016-11-24_22-3-12.png
 

Attachments

  • upload_2016-11-24_22-2-40.png
    upload_2016-11-24_22-2-40.png
    5.6 KB · Views: 177

Ian Kostman

New Member
Licensed User
Longtime User
Sorry about that Erel, obviously my cut and paste job failed.

So here's the scoop... launched B4A with an existing project, and connected via WiFi to the bridge; no problem.
I then launched the designer for my project... again, no problem.

Next, from the WYSIWYG Designer menu, I tried to connect to my device, and received the following error message...

upload_2016-11-25_7-36-37.png
upload_2016-11-25_7-37-51.png




So, going back to the B4A IDE, I selected Run AVD Manager from the Tools menu and was hit with an error telling me to configure my paths (and since I was already there, I tried to Restart ADB Server, but failed there as well).

upload_2016-11-25_7-38-53.png
upload_2016-11-25_7-39-55.png
upload_2016-11-25_7-40-35.png




Looking at my Path Configuration, I found a problem pretty quickly.

upload_2016-11-25_7-45-51.png


Clicking on browse for my android.jar entry showed me that the path "C:\Android\platforms\android-8\" no longer exists on my machine... logically, that's where the missing file(s) would have been. I have already attempted sevral solutions, but none were correct. Rather than posting all those failed attempts, I figured it would be wiser to simply leave this post clean and wait for an answer from someone who actually knows.
 
Upvote 0

Ian Kostman

New Member
Licensed User
Longtime User
Thanks for reaching out Klaus.

My B4A dev environment is apparently in a pretty hosed state, and I have no problem uninstalling/re-installing; I just want to make sure I do it right. I have been developing for many years, but I am definitely a noob when it comes to working with Android.

So, I'll gladly uninstall any and all version of Java just to install clean and create a smooth environment where I can learn, grow, and develop. Do you have any suggestions for what to download (and from where). If you were to build a whole new environment today for B4A, how would you do it?
 
Upvote 0

An Schi

Well-Known Member
Licensed User
An early chapter of the beginners guide deals with installing and seting up b4a, java and sdk. the links to the downloads there might not be uptodate, but you can just choose the newest download on the java linked page for example.
 
Upvote 0

Ian Kostman

New Member
Licensed User
Longtime User
Thank you An Schi... I just downloaded the beginners guide and tutorial from Klaus. I'll go through it this weekend :)
 
Upvote 0
Top