hello world does not start

pedro8a

Member
After the first installation I created the hello world project.
I get this error:

Compiling code. 0.02
Compiling layouts code. 0.00
Generating R file. Error
AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocation' in package 'android'

What should I do?
 

pluton

Active Member
Licensed User
Longtime User
You must compile using higher Android version otherwise it will fail.

Set in Tools- Configure Paths higher Android version
path.png
 
Upvote 0

pedro8a

Member
Button

Thank you, works well.
I put a button, but when I run the project over the emulator can not see the button, why?

Sub Button1_Click
Msgbox("Ciao","Ciao")
End Sub

You must compile using higher Android version otherwise it will fail.

Set in Tools- Configure Paths higher Android version
path.png
 
Upvote 0
Top