How to deal with missing src/test/java source folder in Android/Maven project?

前端 未结 9 2343
梦如初夏
梦如初夏 2020-12-13 06:15

I\'m not very experienced with Maven in combination with Android yet, so I followed these instructions to make a new Android project. When the project has been created, I ge

9条回答
  •  臣服心动
    2020-12-13 07:06

    We can add java folder from

    1. Build Path -> Source.
    2. click on Add Folder.
    3. Select main as the container.
    4. click on Create Folder.
    5. Enter Folder name as java.
    6. Click on Finish

    It works fine.

提交回复
热议问题