Nidal R

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Nidal R created a post, Getting ClassCastException Error when trying to access DOM
I am trying to parse the res/layouts/main.xml file in Android project. So following instructions of http://confluence.jetbrains.com/display/IDEADEV/Accessing+XML+through+IntelliJ+IDEA+DOM , But I k... -
Nidal R created a post, How to write code for Android Plugin
The IntelliJ Community Edition source code doesn't seem to include the Android plugin. How do I get the source code for the Android plugin. I want to access the APIs of the Android plugin like Andr... -
Nidal R created a post, How to get running adb device in Android project
I want to be able to get the device id of the Android project that is being run/debugged. How can I go about doing this in the pluginI tried the code from https://github.com/pbreault/adb-idea/blob/...