环境 AGP版本:3.2.0 项目support library:Androidx gradle版本:4.6 起因 接入某广告时发现安卓编译报了一个错误 * What went wrong:Could not resolve all files for configuration ':app:slidemeDebugCompileClasspath'.> Failed to tra
Android Studio新建项目就报错: Cannot access ‘androidx.activity.FullyDrawnReporterOwner’ which is a supertype of ‘cn.dazhou.osddemo.MainActivity’. Check your module classpath for missing or conflicting depe
参考官方链接:获取Activity的结果 implementation 'androidx.activity:activity:1.2.0-beta01'implementation 'androidx.fragment:fragment:1.3.0-beta01' 本示例演示了从系统相册中获取图片uri并进行显示的功能。 Activity文件: public class Main