skip to Main Content

I am just starting to use Android Studio.

I have followed the steps through in the Studio. I chose "Basic Activity". The app loads, but there’s nothing but empty directories there and it has no activity folder or anything to edit the layout with.

I checked it in the Windows explorer, and it just looks the same as in Android studio.

I’ve read this, this, this, this, this, this, and other ones, and have probably spent over an hour trying to figure out how to do this.

I’ve also re-tried creating the project at least 5 times, but I’ve had no success.

Edit: Here’s what the app folder looks like:
enter image description here

Edit: Someone told me I should just create a new activity. Being an absolute new person, I didn’t know how to do that, so I looked at this post. However, the post tells me that I need to go into the "New" menu, but I don’t see "Activity" in here like the post asserted it would be.

enter image description here

2

Answers


  1. In the following menu click the arrow and select "Project" (is better):

    enter image description here

    Then go to "name of your project folder" > "app" > "src" > "main" > "res".

    Login or Signup to reply.
  2. I have no idea if this was what was causing it, but first I uninstalled then re-installed Android studio, deleted the old project, and created a new one.

    It still didn’t work, BUT I just noticed a little error log button.

    You see, I named my application com.con.pfq. It wasn’t liking the "con" part – said it’s an invalid file name.

    Sooo… I recreated the app as com.connoriscool.pfqmmobile. It liked that more.

    No idea what’s happening here, but that’s the solution.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search