-1

Is it possible to implement an Intellij plugin that can generate a personalized android project in my workspace ? I'm looking for a source code of such plugin Best Regards

yole
  • 92,896
  • 20
  • 260
  • 197
Othmandroid
  • 215
  • 2
  • 12
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Prerak Sola Aug 24 '15 at 15:50

1 Answers1

0

Yes, it is possible to implement such a plugin, but I'm not aware of the existence of any such plugins.

yole
  • 92,896
  • 20
  • 260
  • 197
  • I found many plugins examples that can create a project in a workspace, I know it's possible like I did already with eclipse, but I can't figure out how to do it – Othmandroid Aug 26 '15 at 10:40