guineawheek / endercv

Yo! This project has run it's course. Try [this](https://github.com/OpenFTC/EasyOpenCV) instead!
Other
0 stars 0 forks source link

Can't import modules into project #6

Open mpross512 opened 5 years ago

mpross512 commented 5 years ago

I'm using a newer version of IntelliJ I guess (2018.2.4) and it seems no matter what I try, I can't get the modules imported and working in the project.

When I select File > New > Module From Sources, I can either choose the build.gradle file in the openCVLibrary3 folder to import, or I can choose the .iml file. If I choose the .iml file, it seems to work, but when I go to compile, I get the error that you can't have a gradle project (FTC) with non-gradle modules. If I choose the build.gradle file to import, then I get the gradle build error that "Plugin with id 'com.android.library' not found.

Any ideas what I could be doing wrong, and how I could fix it?