error compiling with new package name?

timo

Active Member
Licensed User
Longtime User
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
    err.jpg
    36.7 KB · Views: 325
Last edited:

timo

Active Member
Licensed User
Longtime User
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

Merlot2309

Active Member
Licensed User
Longtime User
Hi,

Same issue occurred with my species.translator package name.
After changing it to specie.translator it runs.

Regards,
Helen.
 
Upvote 0
Top