can't activity in android studio on intellij

已回答

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.

0

First examine the build output - do you see errors? Make sure you can build project from command line by gradle: gradle build command.

0

请先登录再写评论。