Launcher3-dev/Launcher3

systemui包无法找到

TJYOYO opened this issue · 3 comments

编译过程中出现com.android.systemui下面的文件报错:
import com.android.systemui.shared.system.TonalCompat;
import com.android.systemui.shared.system.RotationWatcher;
import com.android.systemui.shared.plugins.PluginManager;

看了prebuilts文件的libs下面有对应的jar包,但是没有展开?然后去build.gradle中查看

final String ANDROID_TOP = "${rootDir}/"
final String FRAMEWORK_PREBUILTS_DIR = "${ANDROID_TOP}/prebuilts/"

    // Recents lib dependency
    withQuickstepImplementation fileTree(dir: "${FRAMEWORK_PREBUILTS_DIR}/**quickstep**/libs", include: 'sysui_shared.jar')

    // Recents lib dependency for Go
    withQuickstepIconRecentsImplementation fileTree(dir: "${FRAMEWORK_PREBUILTS_DIR}/**quickstep**/libs", include: 'sysui_shared.jar')

发现prebuilts中木有quickstep文件路径?有些不明白,希望指导一下,谢谢

@TJYOYO 你使用的是哪个分支,quickstep这个我没有弄,只是使用默认的。