pluton Active Member Licensed User Longtime User Jan 11, 2012 #1 Hi to all I notice that when you put in your Project -> Package Name word "is" or "for" the compiler return error because of that word. Is that B4A problem or is android rule that package name can't contain that words For example I want to name my package project: my.app.for.android or my.app.is.android See the screenshot: And error on word for:
Hi to all I notice that when you put in your Project -> Package Name word "is" or "for" the compiler return error because of that word. Is that B4A problem or is android rule that package name can't contain that words For example I want to name my package project: my.app.for.android or my.app.is.android See the screenshot: And error on word for:
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2012 #2 A package name cannot include any java reserved keyword. It is a java restriction. Upvote 0
pluton Active Member Licensed User Longtime User Jan 11, 2012 #3 I was thinking that is something like that. Thanks Erel Upvote 0