- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
没有编译器错误。我在运行时收到此错误。
error: package com.nguyenhoanglam.imagepicker.activity does not exist
我在我的项目中使用了许多库。图书馆链接:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
maven { url 'https://maven.google.com' }
maven { url "https://jitpack.io"}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
//classpath 'com.google.gms:google-services:1.3.0-beta1'
classpath 'com.google.gms:google-services:4.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://maven.google.com" }
maven { url "https://jitpack.io"}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
应用 Gradle:
apply plugin: 'com.android.application'
buildscript {
repositories {
maven { url 'https://plugins.gradle.org/m2/'}
maven { url "https://jitpack.io" }
google()
jcenter()
}
dependencies {
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.4, 0.99.99]'
}
}
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
android {
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "x.y.z"
manifestPlaceholders = [onesignal_app_id: "XX",
// Project number pulled from dashboard, local value is ignored.
onesignal_google_project_number: "YY"]
minSdkVersion 16
targetSdkVersion 29
versionCode 35
versionName "3.10.0"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.rengwuxian.materialedittext:library:2.1.4'
implementation 'com.intuit.sdp:sdp-android:1.0.3'
implementation 'com.jaredrummler:material-spinner:1.1.0'
implementation 'com.github.nguyenhoanglam:ImagePicker:1.4.3'
implementation 'com.google.android.gms:play-services-ads:19.3.0'
implementation 'com.google.android.gms:play-services-analytics:17.0.0'
implementation 'com.github.hotchemi:android-rate:1.0.1'
implementation 'com.karumi:dexter:5.0.0'
//4.1.0
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-core:17.4.4'
implementation 'com.google.firebase:firebase-database:19.3.1'
implementation 'com.google.firebase:firebase-messaging:20.2.4'
testImplementation 'junit:junit:4.12'
implementation 'com.onesignal:OneSignal:[3.11.2, 3.99.99]'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}
apply plugin: 'com.google.gms.google-services'
我该如何解决我的问题?
最佳答案
图书馆改变了。
事实上,我使用的是 Java 而不是 Kotlin。
当我查看该库时,我看到还有另一个等效的 Java 库。
https://github.com/esafirm/android-image-picker
这个库现在可以正常工作了。我不知道为什么第一个库不工作。
关于java - 错误 : package com. nguyenhoanglam.imagepicker.activity 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63204640/
最小码: File _file; Future _pickImage() async { final image = await ImagePicker.pickImage(source: Ima
我正在从事一个涉及视频捕捉的项目。我本质上想以编程方式捕获视频,这意味着我不希望任何相机或任何东西弹出;我只想在按下两个按钮之间录制视频。 我定义了图像选择器并在按下按钮时开始视频捕获: if (UI
我在 Swift 中使用 ImagePickerSheetController。我的代码看起来像这样 controller.addAction(ImagePickerAction(title: NS
我正在尝试在 SwiftUI 中创建一个图像选择器,如下 this tutorial .基本上,这个想法是当用户点击屏幕上的灰色矩形时,会出现一个图像选择器。当他们选择一个图像时,它被导入到灰色矩形中
我正在用它来返回视频文件,但是我得到了.jpg Future getVideo() async { var video = await ImagePicker.pickVideo(
按照以下链接添加 ImagePicker https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/depend
按照以下链接添加 ImagePicker https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/depend
我正在使用正在点击“加载文件”的 WKWebView。 WKWebView 为我打开 UIImagePickerView,在此期间我需要知道 - 选择了什么图像。 最佳答案 为我工作。 overrid
我正在寻找一个自定义控件,我可以将其放入具有 UIImagePicker 功能的 UIViewController 中。 (显示缩略图,启用 multiselect 等)但显示来自“服务器”的图像(给
当我当前尝试更改属性时,收到一条错误消息,指出大小是“仅获取属性”。有人知道解决这个问题的方法吗? 最佳答案 您可以尝试以下操作(我还没有运行它,很确定它有效..) let imagePickerVi
正如标题所示,我正在尝试在您选择照片后提供更改照片的可能性。目前,如果用户不取消选择前一张照片,则无法选择另一张照片,因此我对选择多张照片不感兴趣,而只是每次触摸时都能移动光标。 fileprivat
我苦苦寻找,但找不到解决这个问题的合适方法。我正在为 iPad2 构建一个应用程序。我们公司会将 iPad2 提供给销售人员,但他们会使用配置实用程序禁用相机应用程序。 我的应用程序使用 UIImag
我正在尝试使用以下 Ionic 插件,以便我可以打开图库并选择多个图像:https://ionicframework.com/docs/native/image-picker#installation
当用户选择“选择现有”时, View 会在顶部加载并首先显示最旧的图片。但是,我希望它在底部加载以显示最近拍摄的图像。我知道这是可能的,因为这是 Apple 的 iMessage 和 Facebook
我的 iPad 应用程序仅支持横向。我已经以模态方式呈现了 ABNewPersonViewController (在导航 Controller 中作为苹果文档的建议)并且处于景观中。 现在, 当我尝试
我对应用程序的要求是在整个应用程序中显示状态栏。在某些 View Controller 上我调用图像选择器。单击 buttonImage,当当前 View Controller 消失并且相机出现时,状
我一直在努力让视频正常工作,但遇到了一个与编译器有关的奇怪问题。我的代码看起来像这样。 UIImagePickerController * imagePicker = [[UIImagePicker
我的应用程序中有一个图像选择器,可以打开用户相册 (iOS),以便他们可以选择图像。我正在使用 xamarin 跨平台,所以我有一个导致这段代码的依赖服务。之后我得到了所有正确的代码,但问题是图像选择
我正在构建一个小应用程序,允许用户选择要附加到帖子的图像。用户选择添加图像(具有点击手势识别器)并显示 iOS 照片库。然后,用户选择图像,所选图像应替换默认的相机图像。从库中选择图像时出现以下错误:
如标题所示,当使用设备的照片库从 WKWebview 选择图像时,imagePicker 似乎没有注册照片已被选中已选中。 下面是它发生的图片 这里没有太多代码。它只是简单地设置一个 WKWebvie
我是一名优秀的程序员,十分优秀!