mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 17:14:21 +01:00
android: get GameActivity to launch
For some reason there are no touch inputs though Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<meta-data
|
||||
android:name="android.app.lib_name"
|
||||
android:value="main" />
|
||||
android:value="notedeck_chrome" />
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.google.androidgamesdk.GameActivity;
|
||||
|
||||
public class MainActivity extends GameActivity {
|
||||
static {
|
||||
System.loadLibrary("main");
|
||||
System.loadLibrary("notedeck_chrome");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user