In my android studio project want to use existing java project code
I tried this way:
Click File > New Module. Select Java Library and click Next.
Filled the required fields and clicked Finish.
A new empty Java project library was created in my Android project.
I need to use existing(java project) code to my android studio project, how can I do that?