geckobrowser
Very basic Android browser application that uses the GeckoView widget
Prerequistes
- Download and unzip the GeckoView assets and libraries for ARMv7 from here. You want the geckoview_library.zip and geckoview_assets.zip files. Other platforms are available as well: ARMv6 and x86
- Open Eclipse
- Import the geckoview_library project into the workspace using File > Import
- Import the geckobrowser application into the workspace using File > Import
- Add the Android Support (v4) library to the geckobrowser application by using Right-Click > Android Tools > Add Support Library
- Copy the assets to the geckobrowser "assets" folder