T timo Active Member Licensed User Longtime User Jan 14, 2012 #1 Hi. I just changed the package name (to all lowercase) without changing anything else in the code and I've got thi error. (?) (the manifest reports the correct package name) Attachments err.jpg 36.7 KB · Views: 325 Last edited: Jan 14, 2012
Hi. I just changed the package name (to all lowercase) without changing anything else in the code and I've got thi error. (?) (the manifest reports the correct package name)
T timo Active Member Licensed User Longtime User Jan 14, 2012 #2 I'm cofused. If I change the package name from "com.golfregioni.ticinotrial" to "com.golfreg.ticinotrial" all works. WhY? Is there a limitation in lenght that I don't know? And if it's so, why with 1.7 it worked? Upvote 0
I'm cofused. If I change the package name from "com.golfregioni.ticinotrial" to "com.golfreg.ticinotrial" all works. WhY? Is there a limitation in lenght that I don't know? And if it's so, why with 1.7 it worked?
M Merlot2309 Active Member Licensed User Longtime User Jan 14, 2012 #3 Hi, Same issue occurred with my species.translator package name. After changing it to specie.translator it runs. Regards, Helen. Upvote 0
Hi, Same issue occurred with my species.translator package name. After changing it to specie.translator it runs. Regards, Helen.
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2012 #4 Can you send me a project that you are unable to compile because of the package name (erel@basic4ppc.com)? Upvote 0
Can you send me a project that you are unable to compile because of the package name (erel@basic4ppc.com)?
M Merlot2309 Active Member Licensed User Longtime User Jan 15, 2012 #5 Hi Erel, Just mailed my project. Helen. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2012 #6 Thank you Helen. I changed the package name to species.translator and it compiles fine. Have you tried doing Tools - Clean project? Upvote 0
Thank you Helen. I changed the package name to species.translator and it compiles fine. Have you tried doing Tools - Clean project?
M Merlot2309 Active Member Licensed User Longtime User Jan 15, 2012 #7 Hi Erel, That did the trick (Clean project). Thank you! Helen. Upvote 0
T timo Active Member Licensed User Longtime User Jan 16, 2012 #8 Oh yes, thank you! Now it works with 'clean prj'. Just one little problem: 'clean project' cleans the private key too from the oject folder! Upvote 0
Oh yes, thank you! Now it works with 'clean prj'. Just one little problem: 'clean project' cleans the private key too from the oject folder!
Erel B4X founder Staff member Licensed User Longtime User Jan 16, 2012 #9 'clean project' cleans the private key too from the oject folder! Click to expand... The Objects folder is not a good place to store the private key. It will however be fixed to prevent it from deleting keystore files. Upvote 0
'clean project' cleans the private key too from the oject folder! Click to expand... The Objects folder is not a good place to store the private key. It will however be fixed to prevent it from deleting keystore files.