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

前端 未结 9 2340
梦如初夏
梦如初夏 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 06:49

    Select project -> New -> Folder (not source folder) -> Select the project again -> Enter the folder name as (src/test/java) -> finish. That's it.

    If the test source is missing, it would link it automatically. If not, then require to link it manually.

提交回复
热议问题