I have just started with the android studio. I am facing an error
"Could not download aapt2-osx.jar (com.android.tools.build:aapt2:3.2.1-4818971): No cached version available for offline mode"
After adding this line android.enableAapt2=false
I am able to build the project but not able to run it on my phone(OnePlus 5).
I have also tried this "Could not find com.android.tools.build:aapt2:3.2.0" but it doesn't work.
Please Help...