草庐IT

$androidx

全部标签

flutter - 发现多个文件的操作系统独立路径为 'META-INF/androidx.exifinterface_exifinterface.version'

我正在使用Googlemlkit:^0.9.0扫描我的Flutter项目中的条形码,当我运行它时出现此错误:Note:C:\flutter\.pub-cache\hosted\pub.dartlang.org\mlkit-0.9.0\android\src\main\java\com\azihsoyn\flutter\mlkit\MlkitPlugin.javausesuncheckedorunsafeoperations.Note:Recompilewith-Xlint:uncheckedfordetails.FAILURE:Buildfailedwithanexception.*W

android - 如何在我的 Flutter 项目中迁移到 AndroidX?

我尝试迁移我的项目。但我做不到。MigratetoAndroidXNoUsagesFoundintheProject 最佳答案 在gradle.properties中添加android.enableJetifier=trueandroid.useAndroidX=true在项目build.gradle中,classpath'com.android.tools.build:gradle:3.4.0'classpath'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.30'classpath'

android - Flutter - Android 依赖项 'androidx.core:core' 具有不同版本的编译 (1.0.0) 和运行时 (1.0.1) 类路径

我用flutter构建了一个android应用程序来显示用户位置,但是在添加地理定位器后我得到了这个错误:'^4.0.0'对pubspec.yaml的依赖,我尝试了其他建议但它仍然不起作用...FAILURE:Buildfailedwithanexception.*Whatwentwrong:Executionfailedfortask':app:preDebugBuild'.>Androiddependency'androidx.core:core'hasdifferentversionforthecompile(1.0.0)andruntime(1.0.1)classpath.Yo

android - 如何修复 Android Studio 中 Flutter 的 AndroidX 兼容性?

我在尝试flutterbuildapk时遇到此错误:*******************************************************************************************TheGradlefailuremayhavebeenbecauseofAndroidXincompatibilitiesinthisFlutterapp.Seehttps://flutter.dev/docs/development/packages-and-plugins/androidx-compatibilityformoreinformation

android - 是否需要明确支持AndroidX

我在学习flutter,同时玩弄flutter'sGeolocator3.0.0package.我遇到了一个问题,一旦我在pubspec.yaml文件中添加对此包的引用,我就无法编译应用程序。快速谷歌搜索显示了正确的githubissue.github问题中提到的修复(迁移应用程序以支持AndroidX-通过将build.gradle文件中的compileSdkVersion更新为28,并添加android.useAndroidX=true和gradle.properties中的android.enableJetifier=true)确实有效。主要问题:我不确定是否需要明确地为所有fl

使用androidx的PreviewView实现相机预览

参考:android的文档:https://developer.android.google.cn/training/camerax/preview#javaandroid的demo:https://github.com/android/camera-samples/tree/main/CameraXBasichttps://github.com/studysqure/CameraXAppAndroidCameraX使用,预览、拍照、获取静态图像Camerax打开指定摄像头idAndroid摄像头预览悬浮窗Android应用内悬浮窗ActivitySurfaceView+Camera实现相机预

android - 如何在 VirtualBox 上使用内置笔记本电脑蓝牙在 Androidx86 上测试基于蓝牙的应用程序

如何在笔记本电脑上的Android模拟器上运行基于蓝牙的应用程序。当我运行蓝牙应用程序时,据说蓝牙设备未连接。我被谷歌搜索并找到了一种使用OracleVMVirtualBox的方法。我也跟着这个步骤,从http://www.android-x86.org/下载Androidx86.这是一个.iso文件,因此您需要VMWare或VirtualBox之类的东西来运行它。我,我用的是VirtualBox。创建虚拟机时,需要将guestOS的类型设置为Linux,而不是Other。创建虚拟机后,将网络适配器设置为“桥接”。启动虚拟机并在启动时选择“LiveCDVESA”。现在你需要找出这个虚拟

android - 迁移到androidx后没有 super 方法getLifecycle()

我一直在尝试迁移我的应用程序以使用androidx,但我似乎遇到了一个奇怪的错误。从我调用getLifeCycle()时扩展AppCompatActivity的Activity中,它会引发以下异常Causedby:java.lang.NoSuchMethodError:NosupermethodgetLifecycle()Landroidx/lifecycle/Lifecycle;inclassLandroidx/core/app/ComponentActivity;oritssuperclassesatandroidx.fragment.app.FragmentActivity.ge

Androidx 模块,android :attr/ttcIndex & android:attr/fontVariationSettings not found

我正在将所有支持/appcompat库迁移到androidx。在所有更新之后,由于此错误,我无法构建我的项目:app:processDebugManifestUP-TO-DATEAGPBI:{"kind":"error","text":"error:resourceandroid:attr/fontVariationSettingsnotfound.","sources":[{"file":"/Users/xxx/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/7cae290a69b05f5ffc25283e2

androidx.test.InstrumentationRegistry 已弃用

切换到AndroidX并收到弃用:importandroidx.test.InstrumentationRegistry。如果我进行了下一次导入:importandroidx.test.platform.app.InstrumentationRegistry我不能使用getContext()。例如:valcontext=InstrumentationRegistry.getContext().在build.gradle:androidTestImplementation'androidx.test.ext:junit:1.0.0-beta02'androidTestImplementa