0

It's been a few days at Android Studio 3.5.3 make a problem , the source code of Activity class and ParentClasses of this class (ContextThemeWrapper ,ContextWrapper and Context class) is been red the messages error of this problem are like:

Cannot resolve symbol android.annotation.nullable is not public in Android.annotation ...

enter image description here

Please help me ever resolve of this problem that was said in sites , I tried it but cannot resolve this problem.

Jamil Hasnine Tamim
  • 4,389
  • 27
  • 43
Reza
  • 1
  • try Invalidate Caches/Restart.. maybe it will solve your issue.. – Manish Stark Dec 30 '19 at 09:17
  • I had done this before, but the problem didn't work out I even did the project Clean project / Rebuild project several times but it didn't work out – Reza Dec 30 '19 at 09:45
  • Can you add the full logs from the build, after Invalidate Cache / Restart? – BMacedo Dec 30 '19 at 10:34
  • after Invalidate Cache / Restart , the side of all log of build is a green tick but in side of this log that write blow is Prohibited sign :app:preDebugAndroidTestBuild :app:compileDebugAndroidTestAidl :app:compileDebugAidl :app:compileDebugRenderscript :app:compileDebugAndroidTestRenderscript – Reza Dec 30 '19 at 11:47

1 Answers1

0

On Android Studio, go to File > Invalidate Cache / Restart.

That should fix your issue.

BMacedo
  • 768
  • 4
  • 10