Top "Android-instant-apps" questions

Android Instant Apps are special kind of native mobile apps that can be run instantly on Android device, without prior installation, just by clicking on a web link - or the Try Now button in the Play Store.

Error: style attribute '@android:attr/windowExitAnimation' not found

I recently upgraded to the gradle-3.0.0-alpha8 after which some styles are not resolved at compile time. Develop envirment: IDE: …

android android-instant-apps gradle-3.0
AAPT2 compile failed: invalid dimen on Android 3.0 Canary 1

I am playing around with Instant Apps for Android.I installed all the correct packages and tired to create new …

android android-studio android-gradle-plugin aapt android-instant-apps
Android Emulator is not running on Android Studio 3.0

I am trying to create a demo instant app which was demonstrated at Google IO 2017. I see, this needs Android …

android android-studio android-instant-apps
How to access and pass parameters to the modules of an Android Instant App

With normal installed apps it's possible to use the technique of Deep Linking in order to not only open a …

android deep-linking android-instant-apps
Could not find method kapt() for arguments

I'm facing a problem for over 3 days now and I can't solve. since I started to use Kotlin for Android,…

android gradle kotlin android-gradle-plugin android-instant-apps
Digital Assets Link link to my website

I have created an instant app. I uploaded it to my Google Console, and I got this error. The www.…

android google-console-developer android-instant-apps
shrinkResources true can't be used on Instant Apps Feature?

When I try to shrink my Feature APK size, I use shrinkResources true in my feature Build Gradle. However it …

android android-instant-apps
Strange gradle error Expected configuration (...) to contain exactly one file, however, it contains no files

I'm trying to develop simple instant app. I've done all modules and configurations, but when I'm trying to run instant …

android android-instant-apps