Skip to content

Commit

Permalink
Merge pull request Esri#112 from Esri/dop/updates
Browse files Browse the repository at this point in the history
Dop/updates
  • Loading branch information
doneill committed Feb 14, 2016
2 parents da0806a + 38eb902 commit 5b05dfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OfflineAnalysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ This sample has one class, ```MainActivity```, which has two inner classes to ov
This sample uses **Beta** native libs that are only available in the [SDK download](https://developers.arcgis.com/android). Download the SDK and follow the instructions below to work with this sample.

1. Create a **/src/main/jniLibs** directory in the sample project
2. From the root of your SDK download directory, copy the **/libs/[platform]/librs.main.so** and **/libs/[platform]/librender_script_analysis.soo** into the **jniLibs** folder created in step 1.
2. From the root of your SDK download directory, copy the **/libs/[platform]/librs.main.so** and **/libs/[platform]/librender_script_analysis.so** into the **jniLibs** folder created in step 1. Do not include the `libs` folder from the SDK.

You should end up with the following project directory: `/src/main/jniLIbs/[platform]/librs.main.so` & `/src/main/jniLIbs/[platform]/librender_script_analysis.so`

Where **[platform]** represents the platform architecture your device is running, e.g. **/libs/armeabi-v7a/librs.main.so** and **/libs/armeabi-v7a/librender_script_analysis.soo** for ARM.

Expand Down
2 changes: 2 additions & 0 deletions OfflineEditor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Offline Editor:
You can access and edit data on your Android device even when you have no internet connection. The purpose of this sample is to demonstrate how to download feature data for offline use, edit the features geometry with feature templates, and synchronize your edits with a ArcGIS Server Feature Service.

![Offline Editor App](offline-editor.png)

The sample includes the following utility classes:

* GDBUtil
Expand Down

0 comments on commit 5b05dfe

Please sign in to comment.