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

前端 未结 9 2337
梦如初夏
梦如初夏 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条回答
  •  Happy的楠姐
    2020-12-13 06:45

    I solve the problem by creating a folder named "src/test/resources" first, then i rename the folder to "src/test/java" ,finally create a "src/test/resources" folder again .It works .

提交回复
热议问题