This change get's T2D to workd on Android 6.0.1 Marshmallow
@@ -7,6 +7,7 @@ import android.os.Bundle;
public class MyNativeActivity extends NativeActivity {
static {
+ System.loadLibrary("torque2d");
System.loadLibrary("openal");
}