1
I’m working on a Android App, and a friend of mine sent me the app that he worked, but had a problem, all characters in our language like "ç" became things like c'@%, evidencing problem in coding/translation. I was wondering if this can relate to the language of my Eclipse when I installed it or what.
I tried to recompile, but the database we were using (internal) is not being modified, it is being said that I am defining two Primary Keys
, but I’m not doing it, someone knows what’s going on?
@mgibsonbr the error you are showing me is this: 03-23 19:32:02.536: E/Database(332): Failure 19 (PRIMARY KEY must be Unique) on 0x92ba0 when executing 'INSERT INTO "type" VALUES(1,"STATE");'
– Stéfano Mano