https://github.com/googlesamples/android-RuntimePermissions/
After cloning I imported the code in Android Studio 2.3.3 But app folder is not showing in Project>Android and also other android specific option like Android Monitor is absent. Build Project not working.
How I imported is as followed. File > New > Import Project > android-RuntimePermissions > build.gradleand then clicked ok
I have added Kotlin plugin to android studio as the project have Kotlin module.
There's an invalid settings.gradle
file, which only tries to import Application
module (which yet is not valid gradle module, as long as it does not have its own build.gradle
file).
Inside root folder settings.gradle
file put following line:
include ':kotlinApp'
Now instead of importing build.gradle
import kotlinApp
folder:
File -> Open... -> android-RuntimePermissions-master/kotlinApp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With