Answer :
For some reason that i do not understand ,
this combination of build versions made the issue :
grade version = 4.10.1 classpath 'com.android.tools.build:gradle:3.4.0-alpha01'
when i switched to these build versions :
grade version = 4.6 classpath 'com.android.tools.build:gradle:3.2.1'
The issue was solved !
- File -> Close project
- Open an existing Android Studio Project
- Open you project
Hope it will work.
Comments
Post a Comment