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 have imported your library into my personal project, there are some problems, i can run a virtual application however, with some applications like facebook, telegram, messenger, ... then i can't run it. I think I'm missing something important. This is my Gradle in Module app:
`plugins {
id 'com.android.application'
}
i have imported your library into my personal project, there are some problems, i can run a virtual application however, with some applications like facebook, telegram, messenger, ... then i can't run it. I think I'm missing something important. This is my Gradle in Module app:
`plugins {
id 'com.android.application'
}
android {
compileSdk 32
}
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
options.addStringOption('charSet', 'UTF-8')
}
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
implementation fileTree(dir: "libs", include: [".jar", ".aar"])
implementation project(':Bcore')
}`
i imported your version 2.1.0. Look forward to the help
The text was updated successfully, but these errors were encountered: