Skip to content
New issue

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

好几个class中引用出错 #25

Open
LiaoJXin opened this issue May 8, 2021 · 3 comments
Open

好几个class中引用出错 #25

LiaoJXin opened this issue May 8, 2021 · 3 comments

Comments

@LiaoJXin
Copy link

LiaoJXin commented May 8, 2021

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的位置不正确等问题。

@yuchuangu85
Copy link
Collaborator

@ultraXin 你更新一下代码,用develop分支,有个属性iconSize与Google的Material主题包中的一样。导致编译不过

@HelloKitty547
Copy link

用 develop 分支也没这几个类

@yuchuangu85
Copy link
Collaborator

@HelloKitty547 贴一下详细的报错信息,我这边都是可以编译的,所以没法确定哪里的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants