HomeX-It / open-mail-app-flutter

This library provides the ability to query the device for installed email apps and open those apps.
MIT License
36 stars 91 forks source link

Build Failed on Android #31

Closed adnanefouam closed 3 years ago

adnanefouam commented 3 years ago

FAILURE: Build failed with an exception. AAPT: error: unexpected element found in

Screenshot 2021-09-21 at 02 09 50

.

adnanefouam commented 3 years ago

FIXED BY REPLACING code in android/build.gradle :

buildscript { ext.kotlin_version = '1.3.71' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.6.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }

AND this line on android/gradle/wrapper/gradle-wrapper.properties :

distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip