ctripcorp / CRN

CRN是Ctrip React Native简称,由携程无线平台研发团队基于React Native框架优化,定制成稳定性和性能更佳、也更适合业务场景的跨平台开发框架。
MIT License
1.46k stars 208 forks source link

ContextHolder.context 为空 #31

Closed hejun041 closed 5 years ago

hejun041 commented 5 years ago

然后在PackageManager 里的各种引用报错 'java.io.File android.content.Context.getFilesDir()' on a null object reference

chufengma commented 5 years ago

需要在启动逻辑中加入ContextHolder的初始化逻辑,具体参考:

README

BaseApplication