this might be a duplicate question but I'm seriously stuck trying to create an instant app using a new project.
Requirements for instant app in build.gradle file:
- apply plugin:
'com.android.feature'
- baseFeature = true
- remove = applicationId
"com.example.instantapptest"
The problem occur "Plugin with id 'com.android.feature' not found."
Error Msg
SDK installed
these are my findings this and this, below is what I have and error still persist :
Classpath =
classpath "com.android.tools.build:gradle:4.0.2"
my all projects =
allprojects {
repositories {
jcenter()
google()
}
}
Much help appreciated :)