Skip to content

Commit 4114aa8

Browse files
committed
- examples running on android withmodified activity setup
1 parent 24ebc47 commit 4114aa8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/template/android/activity/pen_activity.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ public boolean isNetworkConnected()
219219
}
220220

221221
public class pen_activity extends Activity {
222-
223-
public static native void entry();
224222
public static native void register_asset_manager(AssetManager asset_manager);
225223
public static native void set_persistent_data_dir(String cache_dir);
226224
public static native void native_on_key_down(int key_code, int unicode_char);
@@ -260,8 +258,6 @@ protected void onCreate(Bundle arg0) {
260258
init(this);
261259
FMOD.init(this);
262260

263-
entry();
264-
265261
// register asset manager
266262
set_persistent_data_dir(this.getCacheDir().getPath());
267263
register_asset_manager(getApplicationContext().getAssets());

0 commit comments

Comments
 (0)