-1

Since IDEA is not so developer-friendly in terms of providing Android templates like Eclipse or Android Studio do, can we take those templates and use them in IDEA?

If yes, how can we do that, beside importing from its source folders? Maybe to get it in the right-click menu (like Android Studio, see below)?

sandalone
  • 41,141
  • 63
  • 222
  • 338

1 Answers1

0

You can't take the templates out and use them in a context that's not designed for them; the templates require supporting code to instantiate them properly and insert the right parameters that you supply through the wizard. Android Studio and Eclipse have that code because they've been designed around those templates.

Scott Barta
  • 79,344
  • 24
  • 180
  • 163