----- Original Message -----

> I'm trying to get GeckoView_library to work but I'm getting strange errors.
> I've got past resource relocation problem only to see that init() method of
> GeckoNetworkManager in package org.mozilla.gecko is never called which leads
> to NullPointer exception in GeckoNetworkManager.getNetworkType() because
> sInstance.mApplicationContext is never initialized with application context.
> When I try to circumvent this problem by making
> GeckoNetworkManager.getNetworkType() always return NetworkType.NETWORK_WIFI
> I got clear logcat but GeckoView doesn't load any URL.
I filed a bug (and simple patch) for this: 
https://bugzilla.mozilla.org/show_bug.cgi?id=927253 

> I've tried to run the code on Nexus 4 and 7 both running Android 4.3
> (Cyanogenmod). I've also tried both patched and unpatched versions of
> GeckoView_library.
You might be running into a bug I have been trying to figure out: 
https://bugzilla.mozilla.org/show_bug.cgi?id=921792 

> Does anyone have working APK/eclipse project with demo of GeckoView_library.
> I want to test if my HTML app works with GeckoView.
I started a demo app: 
https://github.com/mfinkle/geckobrowser 

There are links to some pre-built library ZIPs in the README 
_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to