Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created August 27, 2017 19:36
Show Gist options
  • Save jerstlouis/eb3a1d8eea9d3425b6be1f797662b182 to your computer and use it in GitHub Desktop.
Save jerstlouis/eb3a1d8eea9d3425b6be1f797662b182 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