Skip to content

Commit eb92dfe

Browse files
committed
Remove residuals from old sample building approach
1 parent 7337904 commit eb92dfe

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

.github/workflows/build_sample.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
echo "${{ secrets.KEYSTORE_ENCRYPTED }}" > keystore.asc
3636
gpg -d --passphrase "${{ secrets.KEYSTORE_PASSWORD }}" --batch keystore.asc > keystore.jks
3737
38-
- name: Download and extract `ark-core` JNI libs
39-
run: |
40-
wget https://github.com/ARK-Builders/ark-core/releases/download/v1.0.0/jniLibs.zip
41-
unzip -d sample/src/main jniLibs.zip
42-
4338
- name: Build release sample APK
4439
run: ./gradlew sample:assembleRelease
4540

README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -28,40 +28,3 @@ git push --tags
2828

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.
31-
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)