Skip to content Skip to sidebar Skip to footer

I Am Not Able To Find (init.d ) Folder In My .gradle Folder ! Where To Search For It?

I decided to Configure offline build dependencies in my android.I am following the documentation https://developer.android.com/studio/intro/studio-config#offline guidance. I succe

Solution 1:

You simply need to create the init.d folder at this location and place your init script in it. Note that the script itself needs to have the .gradle extension for a Groovy one and .gradle.kts for a Kotlin one.


Post a Comment for "I Am Not Able To Find (init.d ) Folder In My .gradle Folder ! Where To Search For It?"