joyruby
joyruby
我们的app有个启动页,启动页之后会启动首页。但是首页以bundle的方式存在的,所以每次启动页之后都会出现一个默认的loading,请问应该如何去掉? 目前发现一个方式:在调用startActivity之前,先install一下bundle ,代码如下: ``` /** * 跳转首页 * * @param context */ public static void gotoHome(final Activity context) { final Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setClassName(context,""); AtlasBundleUtils.getBundle(AtlasBundleUtils.LITE_HOME_BUNDLE, new AtlasBundleUtils.InstallListener()...
我自己在想如何实现providedCompile的功能,从代码中大概了解: 1.providedCompile继承compile 2.在打包的时候将providedCompile的依赖去掉。 现在困惑(第二步),如果我不修改android.tools.build,只是简单写一个plugin,我该如何去做?,从哪类(方法)里去掉providedCompile的依赖?或者有没有可以hook打包过程的方法?
GolemQ安装没有报错,但是找不到GolemQ