Skip to content

Commit 6f39d6f

Browse files
committed
android demo refactor
1 parent e05d0b8 commit 6f39d6f

File tree

126 files changed

+344
-2549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+344
-2549
lines changed

binding/andriod/rhino/src/main/java/ai/picovoice/rhino/Rhino.java

Lines changed: 0 additions & 124 deletions
This file was deleted.

binding/android/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Prerequisites
2+
3+
Install the latest version of [Android Studio](https://developer.android.com/studio/index.html).
4+
5+
# Building
6+
7+
Using Android Studio open [binding/android](/binding/android) as an Android project and build it. The build creates an
8+
[Android Archive](https://developer.android.com/studio/projects/android-library.html) (AAR) at
9+
`binding/android/rhino/build/outputs/aar` that can be used as a dependency of your Android app module.
10+
11+
# Binding Class
12+
13+
[Rhino](/binding/android/rhino/src/main/java/ai/picovoice/rhino/Rhino.java) provides a binding for android
14+
using [JNI](https://en.wikipedia.org/wiki/Java_Native_Interface). For an example usage please refer to
15+
[Android demo application](/demo/android).
16+
File renamed without changes.

binding/andriod/gradle/wrapper/gradle-wrapper.properties renamed to binding/android/gradle/wrapper/gradle-wrapper.properties

File renamed without changes.

0 commit comments

Comments
 (0)