Intellij plugin to Generate a Custom Android project code
Hi,
I'm loocking for a tutorial or a sample code of a plugin that provide the ability to create a custom Android project,
I want to extend the Android plugin inside intellij idea IDE to provide more functionalities
is there any sample or tutorial that can help me doing this ?
Thanks a lot
Othman
Please sign in to leave a comment.
There's no such specific tutorial about writing a plugin that creates a custom Android project. You should read general docs on IntelliJ architecture and plugin development, and see open-source IntelliJ repositories intellij-community and intellij-plugins.
Thanks for your Reply
I will check the open source samples
Regards