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

systemui包无法找到 #16

Open
TJYOYO opened this issue Jul 31, 2021 · 3 comments
Open

systemui包无法找到 #16

TJYOYO opened this issue Jul 31, 2021 · 3 comments

Comments

@TJYOYO
Copy link

TJYOYO commented Jul 31, 2021

编译过程中出现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文件路径?有些不明白,希望指导一下,谢谢

@yuchuangu85
Copy link
Collaborator

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

@fubupingcioh
Copy link

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

@yuchuangu85
Copy link
Collaborator

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

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