You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I make a new project in the newest Android Studio, copy the udp class and wirehair class into it, everything is OK except this line:
import sun.nio.ch.DirectBuffer
problems show:
Unresolved reference: sun
Unresolved reference: DirectBuffer
here is my build gradle:
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
}
I make a new project in the newest Android Studio, copy the udp class and wirehair class into it, everything is OK except this line:
import sun.nio.ch.DirectBuffer
problems show:
Unresolved reference: sun
Unresolved reference: DirectBuffer
here is my build gradle:
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
}
android {
compileSdk 32
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/DEPENDENCIES'
}
}
dependencies {
}
how to fix it? thanks.
The text was updated successfully, but these errors were encountered: