🔥The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.
大佬好,我有一个疑问,就是项目比较庞大的时候,分成了很多个模块,每个模块里面都会有如下的配置:
因为65535的问题,class文件会被分到多个dex包,那我打包的时候,meta-data里配置的类会不会不在主dex包内? 如果出现这种情况,app还能正常启动吗?