You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This part of the repo will build an android app using a `cdylib` named `eframe_template_android`. This `cdylib` will be used by the android app to render the UI.
4
+
5
+
The chain is: `eframe_template` used in `eframe_template_android` used in `eframe_template` (android app)
6
+
7
+
## Building the android app
8
+
9
+
```sh
10
+
# will compile the cdylib and copy it to the android app
0 commit comments