We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlyTour 3.0.0怎么报错呀少了com.fly.tour.me.inject.component里面的文件
The text was updated successfully, but these errors were encountered:
缺少依赖包,在NewsTypeListActivity和NewsDetailAddActivity 加上import java.util.List; 然后在编译就好了
Sorry, something went wrong.
编译现在是可以了但是运行mainmodule报错 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.fly.tour.main/com.fly.tour.main.SplashActivity}: com.alibaba.android.arouter.exception.InitException: ARouter::Init::Invoke init(context) first! at com.fly.tour.common.base.BaseActivity.onCreate(BaseActivity.java:56) at com.fly.tour.common.base.BaseMvpActivity.onCreate(BaseMvpActivity.java:27) ARouter.getInstance().inject(this);
No branches or pull requests
FlyTour 3.0.0怎么报错呀少了com.fly.tour.me.inject.component里面的文件
The text was updated successfully, but these errors were encountered: