Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Last active December 16, 2016 01:33
Show Gist options
  • Save SeongUgJung/4dd74e775cbae970b97e3ea2874f56b5 to your computer and use it in GitHub Desktop.
Save SeongUgJung/4dd74e775cbae970b97e3ea2874f56b5 to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
@Override
public void onCreate() {
// problem point
Realm.init(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment