gpt4 book ai didi

java - 错误 : ByteBuddyAgent for ByteBuddy

转载 作者:搜寻专家 更新时间:2023-11-01 09:43:20 25 4
gpt4 key购买 nike

无法在android中安装ByteBuddyAgent

build.gradle 中的代码

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'net.bytebuddy:byte-buddy:1.4.18'
compile 'net.bytebuddy:byte-buddy-android:1.4.18'
compile 'net.bytebuddy:byte-buddy-agent:1.4.18'

安装 ByteBuddyAgent 的代码

ByteBuddyAgent.install();

这是编译错误,因为 java.lang 没有工具包和管理包。

Error:(31, 35) error: cannot access Instrumentation
class file for java.lang.instrument.Instrumentation not found

最佳答案

Android 仅支持官方 Java API 的一个子集。 Android 不支持检测 API,这使得无法安装代理。有关此限制,请参阅文档。

关于java - 错误 : ByteBuddyAgent for ByteBuddy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38934437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com