You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the project and opened it using Android Studio.
Then I updated
classpath 'com.android.tools.build:gradle:3.0.1'
distributionUrl=https://services.gradle.org/distributions/gradle-4.1-all.zip
and I make such a mistake. How can I fix it?
I downloaded the project and opened it using Android Studio.
Then I updated
classpath 'com.android.tools.build:gradle:3.0.1'
distributionUrl=https://services.gradle.org/distributions/gradle-4.1-all.zip
and I make such a mistake. How can I fix it?
Error:Manifest Tasks does not support the manifestOutputFile property any more, please use the manifestOutputDirectory instead.
For more information, please check https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html
The text was updated successfully, but these errors were encountered: