At runtime, I'm getting a popup message box On my app) with title of "Parse error", contents "There is a problem parsing the package" & only an OK button. Could this be anything to do with the compiler saying "Optimized dexer failed. Switching to Standard dexer."?
Hi, Erel
I use the existing api key of my package name which I generated (Copy from my API console) and paste in manifest file.
My package name is the same as shown after SHA1 code. I paste in my "Build Configuration Menu".
Seem everthing OK. Why 's Parse error?
When I use the package name 'uk.co.martinpearman.b4a.googlemapdemo' and it API Key I genertated for it on API Console.
It's OK. Not error of Parsing.Why?
......'uk.co.martinpearman.b4a.googlemapdemo' and its API.... I can install my project with the library og GoogleMaps
to my Phone. My Phone is Lion(Dtac)
Hello Erel,
I found the solution. I just generarte a new KeyStorefile with the new package name with the word of 'com' infront of
my old package name 'BOH4.HMD4'. My new one is 'com.BOH4.HMD4' and then generate new API key for it for the
manifest file. I don't khow why? But it work fine.
Maybe useful to anyone facing the same.