Created
February 24, 2017 03:28
-
-
Save jerstlouis/740492ff6044d4ba3a9831561037593a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.ecere.hello; | |
public class hello extends android.app.NativeActivity | |
{ | |
static | |
{ | |
System.loadLibrary("ecere"); | |
System.loadLibrary("hello"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment