Android Question "My first program" crashes in AVD

howard bassen

Member
Licensed User
Longtime User
I compile the code from the Beginners guide (MyFirstProgram.b4a). it loads in the emulator (nexus7 or a slider) but only a black screen with 'B4A Example' is displayed.

The code is loaded directly from the file that is in the source code in the Beginners guide.
I can display Msgbox("Welcome to Basic4android!", "") on the emulators.

Please suggest a solution.
 

mangojack

Well-Known Member
Licensed User
Longtime User
welcome howard .. I have just run the same code and all is good here.
Did you make any changes ?

Maybe upload your example program so I can compare.
IDE file menu > export as zip
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Did you connect the Emulator in the Designer ?
upload_2014-11-16_10-4-10.png


Or double click on the Status icon :
upload_2014-11-16_10-5-5.png
 
Upvote 0
Top