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

window电脑,as版本是2024.2.1 ladybug,跑btrace生成apk成功后编译器还是会一直loading #146

Open
dream94 opened this issue Feb 11, 2025 · 1 comment

Comments

@dream94
Copy link

dream94 commented Feb 11, 2025

No description provided.

@5peak2me
Copy link

5peak2me commented Feb 12, 2025

Just try to convert the rhea-atrace module dependency to a remote dependency.

settings.gradle

- include ':rhea-atrace'

+ //include ':rhea-atrace'

- project(':rhea-atrace').projectDir = new File("./rhea-android/rhea-atrace")

+ //project(':rhea-atrace').projectDir = new File("./rhea-android/rhea-atrace")

rhea-core's build.gradle

- implementation project(':rhea-atrace')

+ implementation "com.bytedance.btrace:rhea-atrace:2.0.1"

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

2 participants