add stub android app, for now this does nothing but it -does- compile successfully (not sure if it actually runs)

This commit is contained in:
2020-10-25 07:56:43 -05:00
parent 90d7d93166
commit 3a2f8489db
4 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">PieCannon</string>
</resources>