Android app crashes upon startup after installing mobile SDK

here is the stack trace

Can you confirm that you are making the initialize call BEFORE trying the factory call? If not, that may be the problem.

we put CFMobile.initialize() before Retrofit 2.0 in Application and still same issue