Change Package Name Structure

Hello there. I have two question.
1.The defalult package name stucture for AI is appinventor.ai_email.projectName
I want to change this to com.example.email.projectName. I tried changing the StringUtils.java but nothing happened.
2. If I want to use a custom package name (User Given Package Name) where do I have to make changes.

Thanks.

1 Like

I haven’t tried this myself, but I think the easiest way to do it would be to modify Project.java:162 to return a modified version of the class name. If that doesn’t work, you’ll have to do more work to restructure the source code to make it work.

3 Likes

Thanks for your reply. I Will try and report you back.