我在Android项目中遇到一个错误,内容为cannot access ActivityCompat class file for android.support.v4.app.ActivityCompat not found
。我该如何解决?在我的日志下面。
F:/ hamza / Inspection Android App / QA代码(2019年4月)/紧急文件夹2019年4月30日/ QAInshpection app / src / main / java
android / itgdeveloper / com / qainshpection / classes / AQLEntry.java
错误:无法访问ActivityCompat 找不到android.support.v4.app.ActivityCompat的类文件
错误:无法访问SupportActivity 找不到android.support.v4.app.SupportActivity的类文件 错误:无法访问RequestPermissionsRequestCodeValidator 找不到android.support.v4.app.ActivityCompat $ RequestPermissionsRequestCodeValidator的类文件
错误:找不到符号变量super
错误:找不到符号方法getAssets()
错误:找不到符号变量 错误:找不到符号方法getIntent()
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法startActivity(Intent)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:找不到符号方法findViewById(int)
错误:不是封闭的类:AQLEntry 错误:找不到符号方法findViewById(int)
错误:不是封闭的类:AQLEntry 错误:不是封闭的类:AQLEntry 错误:找不到符号变量 错误:不是封闭的类:AQLEntry 错误:不是封闭的类:AQLEntry 错误:不是封闭的类:AQLEntry 错误:包含AQLEntry.po_listAdapter1的封闭实例是必需的 错误:不是封闭的类:AQLEntry 错误:不是封闭的类:AQLEntry
答案 0 :(得分:0)
如果未添加支持库,请添加支持库com.android.support:support-v4。
步骤:
将以下行添加到您的app / build.gradle文件中:
> SELECT * FROM emp_by_doj WHERE doj='2017-06-01';
doj | id | name
------------+------+-------
2017-06-01 | 7721 | Sarah
2017-06-01 | 8122 | Sam
(2 rows)
将YOUR_TARGET_VERSION替换为目标版本, 例如:-
implementation 'com.android.support:support-v4:YOUR_TARGET_VERSION'
并重建项目。