I’m trying to create a new project in eclipse for an android app, and I’m going to enter some stuff in a dialog, and I just wonder what the your.package.namespace is and what I am going to write here? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The “your.package” section is reserved for a unique id for your apps; I use com.laurencedawson as I own laurencedawson.com. I tend to use the “namespace” to describe the current project, so if I was releasing an app on SO, it would be com.laurencedawson.so.
More formally here’s the documentation from Google:
Hope this helps!