When i finish building my program into an app and install it, the app name (appear below its icon) is call “Main”.
How do I change the “Main” into something more meaning full like “My App”?
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.
At the root in your src folder, there is a corresponding xml file named after your application ending with “-app.xml” that defines meta information of your application. Update the name property (and be sure to check filename and id as well).