Module dependency not detected during compile in IntelliJ IDEA 11
问题 I am developing an Android app and I'm trying to include GraphView to plot some graphs. It is required to include it as a module dependency. After I do that, the IntelliJ IDE properly detects the packages and I can import them, but compiler throws errors when trying to compile: package com.jjoe64.graphview.GraphView does not exist cannot find symbol class GraphView etc. I followed this guide to include it: http://wiki.jetbrains.net/intellij/Sharing_and_re-using_Android_resources_through