Android Question Running errors with B4A Bridge

QMESAR

New Member
Licensed User
Hi All,

I am very new with all of this and I am having a problem that when I Run the example myFisrtProgram
from the IDE by pressing the arrow button the App is downloaded to my Tablet with B4A bridge(B4A bridge is connected and running) it ask me to allow the install on the tablet which I select yes then it install however then the App reports it stopped working and in the IDE I see a number of errors reported related to missing java files.

I have installed Jave SDK 1.8.0_181 from the link in the latest getting started guide as well as the Android SDK with the SDK tool inside the IDE as per getting started guide.

I can compile code with no problem aswell as open the designer and working with B4A bridge I can see
my design and create a design on my tablet this all is working as explained in the getting started guide however when I run the real time App with arrow button (F5) then I am having a issue,
I apologize for this I have no idea what is wrong my OS is WIN10 64bit

Kind Regards
Peter
 

Attachments

  • P2.jpg
    P2.jpg
    298.5 KB · Views: 126

Peter Simpson

Expert
Licensed User
Longtime User
The 1st line is telling you what the issue is, FileNotFound main.bal in your assets folder.

Are you loading the correct layout file, is the file name correct?

Also it's easier to copy and paste the error into code tags into your post.
 
Upvote 0

QMESAR

New Member
Licensed User
Thank you very much for the indication ,I will do the example again and see if I missed something I must do what I did not do

Regards
QMESAR
 
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Thank you very much for the indication ,I will do the example again and see if I missed something I must do what I did not do

I recommend you to read the logs as it gives you a lot of information what went wrong. Very easy. The bridge just connects to the app to e.g. show the logs.
 
Upvote 0
Top