Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the default package name prefix for new Android apps (Intellij-IDEA community edition)

Just getting started with Android development. The JetBrains tutorial emphasizes that the package name should start with "com.your-company-name.xxx". In playing around I've created four test apps, and three out of the four times I forgot to specify the package name correctly. :-(

Can the default package name prefix be specified somewhere?

Incidentally, here's a corresponding question for Eclipse: Change default package from com.example for Eclipse Android projects

like image 280
RenniePet Avatar asked Oct 22 '22 05:10

RenniePet


1 Answers

It's not possible yet, vote for this feature request.

like image 119
CrazyCoder Avatar answered Oct 27 '22 10:10

CrazyCoder