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

前端 未结 9 2338
梦如初夏
梦如初夏 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 07:02

    I had the same issue, fixed it. Create the missing folder directly in your file system (Using windows explorer for example) . And then, refresh your project under eclipse.

提交回复
热议问题