Confirmed users
120
edits
| Line 9: | Line 9: | ||
# Download and unzip geckoview_library.zip and geckoview_assets.zip from [URL]. | # Download and unzip geckoview_library.zip and geckoview_assets.zip from [URL]. | ||
# Open Eclipse and import the GeckoView library project by doing File > Import. | # Open Eclipse and import the GeckoView library project by doing File > Import. | ||
# Set the imported GeckoView library project as a dependency in your app. [ | # Set the imported GeckoView library project as a dependency in your app by adding it in the Android section of your project's properties as seen in the screenshot below. [[File:Geckoview settings.png|800px]] | ||
# Copy the assets folder from the geckoview_assets.zip to your app's assets folder. | # Copy the assets folder from the geckoview_assets.zip to your app's assets folder. | ||
# Add "manifestmerger.enabled=true" to your project's project.properties file. | # Add "manifestmerger.enabled=true" to your project's project.properties file. | ||