(when adding jar) - Module “android” must not contain source root

前端 未结 8 1822
忘掉有多难
忘掉有多难 2020-12-24 13:18

I\'m trying to add gdx-tools.jar to a libGDX project in IntelliJ. The result:

Module \"android\" must not contain source root \".../android/src\". The

8条回答
  •  眼角桃花
    2020-12-24 13:54

    By deleting it in the module, and then importing it again. solve the problem.

    I think it's a bug of IDEA.Eclipse is fine.

    Hopefully idea developers will see that

提交回复
热议问题