I just experienced an awkward bug in my App.
On my Nexus 5/7, running android 5.0.1/5.0.2, everything works just fine. However if i try running the exact same code o
I resolved the issue by adding this to my Application Class.
@Override protected void attachBaseContext(Context base) { super.attachBaseContext(base); MultiDex.install(this); }
Seems to be neccessary for android versions prior 5.