After I started using UI elements from the android support design library the app initial load time has become really slow (about 8 seconds!) and I am really not sure why.
I ran method tracking during most of the startup (It takes time for android studio to start running the cpu monitor) and found it spend 4 seconds on:
dalvik.system.DexFile.openDexFile
, Im not sure why this is taking so long.
Any ideas? (I didnt add any code since there is a lot of code in my app and I dont know where the problem is coming from...)