Lilrom
Lilrom

Reputation: 15

Build my first app with Android Studio

I'm using Android Studio to build my first app, wich is a mobile game.

Actually, the structure is very simple. Like that :

In Android Studio, i've seen that all my files must are on the src directory, that's right.

But when i'm running my app, I don't know how can i run directly to my "game.html" file.

With probably default parameter, it's running

activity_main.xml
.

And when i'm trying to make my layout activity_main with HTML content, it doesn't work..

Upvotes: 0

Views: 464

Answers (1)

Mochi
Mochi

Reputation: 47

Click on "Project", select "Packages" > layout > activity_main.xml.

Like this:

screenshot

Upvotes: 1

Related Questions