I have installed the last version of android studio but i have this error when i start execute my project, the emulator don't working. I have trying a lot of solution but none of them work with me. please HELP !!!
Asked
Active
Viewed 4,232 times
3
-
Did you tried standard acations like: Studio restart, check free space on your disk, project clean up and rebuild? – Anatolii Shuba Apr 24 '22 at 02:35
-
@AnatoliiShuba I tried but it doesn't work – Oumaima ELYAZYD Apr 24 '22 at 11:18
1 Answers
0
This error might be due to your Gradle being not updated. Try doing this -
1.Go to File
2.Project Structure
3.Project
4.Change "Android Gradle Plugin Version" - 7.0.1
5.Change "Gradle Version" - 7.0.2
6.Apply and OK

oyeraghib
- 878
- 3
- 8
- 26
-
-
can you try making a new project with just empty activity and run it. – oyeraghib Apr 24 '22 at 20:40