引入camera插件后,运行时在Android Studio报错:
error: package android.support.v4.app does not exist,
将报错文件中
import android.support.v4.content.FileProvider;
替换为:
import androidx.core.content.FileProvider;
引入camera插件后,运行时在Android Studio报错:
error: package android.support.v4.app does not exist,
将报错文件中
import android.support.v4.content.FileProvider;
替换为:
import androidx.core.content.FileProvider;