Sửa lỗi java.lang.RuntimeException: Requested enabled DevSupportManager, but DevSupportManagerImpl class was not found or could not be created
I solved it by compile 'com.android.support:multidex:1.0.0'
and change extends Application
to extends MultiDexApplication
in NavigationApplication.java