I'm building my first Android app and I found a java project on github that I would like to integrate with my app. Is it possible for me to manually add the java files to my android project directory at
app -> java -> com.example.appname
The src -> main directory of the java client has a nested file structure so I'm not sure if this would cause issues.
I already tried the solution from this post but I didn't see the option presented in step 2 How to import existing java project into android studio?