Launcher3 icon indicating copy to clipboard operation
Launcher3 copied to clipboard

systemui包无法找到

Open TJYOYO opened this issue 3 years ago • 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 avatar Jul 31 '21 09:07 TJYOYO

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

yuchuangu85 avatar Aug 03 '21 14:08 yuchuangu85

sysui_shared.jar和plugin_core.jar包是是从哪儿来的呀?我想编一个最新的来target A14. 求指导,谢谢!

fubupingcioh avatar Mar 27 '24 03:03 fubupingcioh

@fubupingcioh 这两个包要编译系统 才会生成。

yuchuangu85 avatar Mar 28 '24 15:03 yuchuangu85