com.alibaba.android.arouter.exception.InitException: ARouter::Init::Invoke init(context) first! 报错

 com.alibaba.android.arouter.exception.InitException: ARouter::Init::Invoke init(context) first!

这种报错时,首先看看自己App 初始化

ARouter.openDebug();
ARouter.openLog();
ARouter.init(this);

在看看自己的清单文件中是否加入  name=".App"

你可能感兴趣的:(#报错,android,开发语言,学习,kotlin)