I get "Username must not be null!" on android

Viewed 56

am new to android programming, am trying to build my project but it gives me error Username must not be null!, it doesn't show any other error than this, I have tried to find for an answer on google but I couldn't find any, it doesn't give me any error than this and I don't know how to save it, you can check for the screenshot to see the errorenter image description here

1 Answers

First I see that You have Android and Java Tags mentioned So I'm assuming you have to code in JAVA and not Kotlin and If so Please check If you have selected the right Language while creating the Project

Second the Gradle Build is Failing make sure u have all the Gradle Plugins and that your gradle Build Passes as that is the most important part of Android Studio.

Related