Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created February 24, 2017 03:28
Show Gist options
  • Save jerstlouis/740492ff6044d4ba3a9831561037593a to your computer and use it in GitHub Desktop.
Save jerstlouis/740492ff6044d4ba3a9831561037593a to your computer and use it in GitHub Desktop.
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