Members Kindly help me out on this one ! I've tried every trick in the book to make my flutter project work on android studio.But still stuck with the same subject issue. Details from VS code below
FAILURE: Build failed with an exception.
What went wrong: A problem was found with the configuration of task ':app:processDebugResources'.
File 'C:\Users\saud.khan\AppData\Local\Android\sdk\platforms\android-28\android.jar' specified for property 'androidJar' does not exist.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Members Kindly help me out on this one ! I've tried every trick in the book to make my flutter project work on android studio.But still stuck with the same subject issue. Details from VS code below
FAILURE: Build failed with an exception. [list] [*] What went wrong: A problem was found with the configuration of task ':app:processDebugResources'.
File 'C:\Users\saud.khan\AppData\Local\Android\sdk\platforms\android-28\android.jar' specified for property 'androidJar' does not exist. [*] Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. [*] Get more help at https://help.gradle.org [/list] BUILD FAILED in 6s Gradle task assembleDebug failed with exit code 1 Exited (sigterm)
Это произошло из ниоткуда. Однажды я запускал свой код, который работал нормально, а на следующий день, не трогая файлы build.gradle или любые другие файлы сборки, появилась эта ошибка.
Я пробовал много разных решений, таких как изменение моей...
Мой проект довольно старый, и теперь мне нужно сделать настройку на него. Я установил Android Studio и пытаюсь загрузить проект. У меня есть ниже проблемы
Could not create task ':app:processDebugResources'.
Cannot use @TaskAction annotation on...