我将一个非常老的eclipse安卓项目导入android studio(目前我正在使用intellij idea与android studio相同),使用以下步骤:
randomNumbers
现在,当我转到“运行应用程序”时,我收到以下错误:
clicked Import Project on the Welcome screen
In the dialog that opens, selected the necessary Eclipse project
selected Import project from external model
then selected Eclipse
我认为我的项目不使用gradle,maven或其他构建系统。我相信它正在使用默认的Eclipse构建系统。那么我可以采取哪些步骤来调整intellij IDEA中的源代码水平?