Parse error

johnaaronrose

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

Attachments

  • GPSMap.apk
    219.1 KB · Views: 110

johnaaronrose

Active Member
Licensed User
Longtime User
It works fine here. Try to manually uninstall the existing app if it is already installed.

Is the optimized dexer always failing? It should cause any problem except of slowing down the compilation process.

The optimized dexer does not usually fail. I've just compiled again & it didn't fail. I've manually uninstalled & reinstalled and it's OK.
 
Upvote 0

Rung

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

Thanks a lot for your help soon.
RUNG
 

Attachments

  • 08.jpg
    08.jpg
    28.3 KB · Views: 128
  • 09.jpg
    09.jpg
    22.7 KB · Views: 124
  • 10.jpg
    10.jpg
    211.2 KB · Views: 118
Upvote 0

Rung

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

Rung
 
Upvote 0

Rung

Member
Licensed User
Longtime User
......'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)

Rung
 
Upvote 0

Rung

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

Rung
 
Upvote 0
Top