Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. package com.ecere.hello;
  2.  
  3. public class hello extends android.app.NativeActivity
  4. {
  5. static
  6. {
  7. System.loadLibrary("ecere");
  8. System.loadLibrary("hello");
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement