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
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的位置不正确等问题。
The text was updated successfully, but these errors were encountered:
@ultraXin 你更新一下代码,用develop分支,有个属性iconSize与Google的Material主题包中的一样。导致编译不过
Sorry, something went wrong.
用 develop 分支也没这几个类
@HelloKitty547 贴一下详细的报错信息,我这边都是可以编译的,所以没法确定哪里的问题
No branches or pull requests
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的位置不正确等问题。
The text was updated successfully, but these errors were encountered: