added android project and linked to engine source with successful compilation

This commit is contained in:
2017-03-03 09:52:22 +00:00
parent 8242db8815
commit 11050fde9c
21 changed files with 812 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Hello World, DummyActivity"
/>
</LinearLayout>