Skip to content

Commit c257b9c

Browse files
committed
Add a step-by-step on how to make the Storage Demo subpage work
1 parent 99e0f88 commit c257b9c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,39 @@ git push --tags
2929
- Create an action build file under `.github/workflows/` folder, following any existing build script.
3030
- Create a release build file under `.github/workflows/` folder, following any existing release script.
3131

32+
## Making the Storage Demo work
33+
34+
This section guides you through setting up and running the Storage Demo subpage.
35+
36+
**1. Download the `fs-storage` JNI Libraries:**
37+
38+
The demo requires JNI libraries (libs). Download these from the following location:
39+
40+
* **[ark-core repository](https://github.com/ARK-Builders/ark-core)**
41+
42+
- If you can't find them in the "Releases" section, check the latest successful build actions for artifacts.
43+
44+
**2. Place the Libraries:**
45+
46+
After downloading, move the JNI library files into your project's `sample/src/main/jniLibs` directory. **If the path doesn't exist, create it**
47+
48+
Your project structure should resemble this:
49+
50+
```
51+
...
52+
sample/
53+
...
54+
src/
55+
main/
56+
...
57+
jniLibs/
58+
arm64-v8a/
59+
armeabi-v7a/
60+
x86/
61+
x86_64/
62+
...
63+
...
64+
...
65+
```
66+
67+
With the `fs-storage` JNI libraries in place, you're ready to build, run the project and use the Storage Demo subpage.

0 commit comments

Comments
 (0)