Confirmed users
120
edits
| Line 7: | Line 7: | ||
== Using GeckoView == | == Using GeckoView == | ||
1. Download and unzip geckoview_library.zip and geckoview_assets.zip from [URL] | 1. Download and unzip geckoview_library.zip and geckoview_assets.zip from [URL]. | ||
2. Open Eclipse and import the GeckoView library project by doing File > Import. | 2. Open Eclipse and import the GeckoView library project by doing File > Import. | ||
3. Set the imported GeckoView library project as a dependency in your app. [SCREENSHOTS] | 3. Set the imported GeckoView library project as a dependency in your app. [SCREENSHOTS] | ||
| Line 13: | Line 13: | ||
5. Add "manifestmerger.enabled=true" to your project's project.properties file. | 5. Add "manifestmerger.enabled=true" to your project's project.properties file. | ||
Your directory structure should look like the following: | Your directory structure should look like the following: [SCREENSHOT] | ||
[SCREENSHOT] | |||
You can now use GeckoView your app by including the following in a layout XML file: | You can now use GeckoView your app by including the following in a layout XML file: | ||