Hi Guys, my first post here, really glad I found this forum, very useful
I’ve entered the android game about two months ago, and right now I’m stuck with bug-fixing… (coming from a graphic and web design background, I was kind of relieved to be done with crossbrowser differences, but now I’m learning about all those android devices and their differences, getting upset all over again lol)
Overview of my problem:
I make apps in Dreamweaver cs5.5 using phonegap, jquery, bits of JS where needed,
and for image galleries I’m set on using www.photoswipe.com gallery script (nice, responsive, has what I need).
I have a google nexus, and access to a few samsung and sony devices, and my apps work fine there.
I use Eclipse to sign the apps and submit to google play (they work fine in the emulator too).
In the app store, I’ve started getting 1-star ratings and crash reports only from HTC phone users,
and as I am not a programmer, I am completely clueless on how to hunt for those bugs.
This is the stack trace,
java.lang.NullPointerException
at com.phonegap.CallbackServer.run(CallbackServer.java:191)
at java.lang.Thread.run(Thread.java:856)
and its absolutely the same for all apps (same line numbers 191,856),
so I’m guessing its one of the components (ie photoswipe gallery, or a jquery component?) that is causing the crashes.
What tools to use, where to look,
or if this is something common and easy to fix (any bits of code as fallback?), please direct me