IntelliJ Community Android plugin
Hello, all help on the following is appreciated:
I'm trying to build the android plugin, but am running into issues.
I download the community source from git here: git://git.jetbrains.org/idea/community.git
Then tried to create a project for android plugin.
When I build, I get errors when importing the following which is causing a lot of compiler error messages. All help is appreciated.
import com.android.jarutils.*
import com.android.prefs.*
import com.android.resources.*
import com.intellij.lang.properties.IProperty;
import com.intellij.lang.properties.psi.PropertiesFile;
import com.android.ide.*
Thanks in advance,
M. Hossein Amerkashi
kkashi01@gmail.com
Please sign in to leave a comment.
The source files are not laid out in a way to support building separate plugins as independent projects. Please open the project file for the entire IntelliJ IDEA codebase and build it; the result will include the Android plugin.