microbox Active Member Licensed User Longtime User Apr 3, 2012 #1 Hi everyone!, Can anyone tell me what I'm missing? It seems I can not compile my code below. B4X: Sub Activity_Create(FirstTime As Boolean) Log("Hello world!") Msgbox("Hello world?", "First program") End Sub I plan using GalaxyTab7.7 (which is I think 3.2 and API 13)on the emulator first. Here is the output... Thanks in advance, microbox Attachments ErroCompiling.png 61.3 KB · Views: 156
Hi everyone!, Can anyone tell me what I'm missing? It seems I can not compile my code below. B4X: Sub Activity_Create(FirstTime As Boolean) Log("Hello world!") Msgbox("Hello world?", "First program") End Sub I plan using GalaxyTab7.7 (which is I think 3.2 and API 13)on the emulator first. Here is the output... Thanks in advance, microbox
margret Well-Known Member Licensed User Longtime User Apr 3, 2012 #2 I don't see anything you are missing. What version of B4A are you using. I think you have to have 1.9 to support java 1.7. Upvote 0
I don't see anything you are missing. What version of B4A are you using. I think you have to have 1.9 to support java 1.7.
microbox Active Member Licensed User Longtime User Apr 3, 2012 #3 Hello, thanks for the reply. I do have 1.90 version. I don't understand, I should have run the simple example without any problem. Upvote 0
Hello, thanks for the reply. I do have 1.90 version. I don't understand, I should have run the simple example without any problem.
Erel B4X founder Staff member Licensed User Longtime User Apr 3, 2012 #4 What is the full path of your project? Upvote 0
microbox Active Member Licensed User Longtime User Apr 3, 2012 #5 I got it working...I installed the android sdk to C:\ instead in Program Files and I got no more issue. Thanks all, microbox Upvote 0
I got it working...I installed the android sdk to C:\ instead in Program Files and I got no more issue. Thanks all, microbox