• Stars
    star
    103
  • Rank 326,711 (Top 7 %)
  • Language
    Java
  • License
    Mozilla Public Li...
  • Created almost 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Very basic Android browser application that uses the GeckoView widget

geckobrowser

Very basic Android browser application that uses the GeckoView widget

Prerequistes

  1. 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
  2. Open Eclipse
  3. Import the geckoview_library project into the workspace using File > Import
  4. Import the geckobrowser application into the workspace using File > Import
  5. Add the Android Support (v4) library to the geckobrowser application by using Right-Click > Android Tools > Add Support Library
  6. Copy the assets to the geckobrowser "assets" folder