[Android] Studio project enough to invoke NDK-Build

This commit is contained in:
Triang3l
2020-11-21 22:00:48 +03:00
parent 923678dad7
commit 73dad88429
29 changed files with 679 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="jp.xenia.emulator.DemoActivity">
</RelativeLayout>