0 votes
in Gradle by
edited by

The first line added in the build script to make the Android plug-in available for a Gradle build is ____________.

a)apply plugin: ‘com.android’

b)apply plugin: ‘android’

c)apply plugin: ‘com.application.android’

d)apply plugin: ‘com.android.application’

1 Answer

0 votes
by
apply plugin : 'com.android.application'

Related questions

0 votes
asked May 27, 2019 in Gradle by Ankita1283
0 votes
asked May 27, 2019 in Gradle by Ankita1283
...