can't activity in android studio on intellij Follow
Answered
Hi this seems to be a common question but I am a relative beginner--I am trying to start working on android apps via intellij idea, The build will not finish for my activity. I downloaded the latest gradle. For sure I'm not certain what I'm doing. What should I check out first? Thanks.
Please sign in to leave a comment.
First examine the build output - do you see errors? Make sure you can build project from command line by gradle: gradle build command.