Launcher3-mx
Launcher3-mx copied to clipboard
好几个class中引用出错
1,CardService类中: import com.codemx.effectivecard.launcherclient.ILauncherOverlay; import com.codemx.effectivecard.launcherclient.ILauncherOverlayCallback; 引用出错,它们是aidl,路径位置有它们,但是rebuild等操作,无法成功。 2,Launcher等类中: import com.android.launcher3.userevent.nano.LauncherLogProto; import com.android.launcher3.userevent.nano.LauncherLogProto.Action; import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; import com.android.launcher3.userevent.nano.LauncherLogProto.Target; 引用出错,对应位置无LauncherLogProto 本项目中有很多import的位置不正确等问题。
@UltraXin 你更新一下代码,用develop分支,有个属性iconSize与Google的Material主题包中的一样。导致编译不过
用 develop 分支也没这几个类
@HelloKitty547 贴一下详细的报错信息,我这边都是可以编译的,所以没法确定哪里的问题