Questions tagged [android-instant-apps]

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. Use this tag for questions about Android Instant Apps development, debugging and deployment. Consider adding [android] tag as well.

Android Instant Apps were presented during Google I/O 2016 as a way of launching native Android applications without requiring a user to install them. Instant Apps are launched by simply clicking on a web link.

Resources

Android Instant Apps introduction

Frequently Asked Questions

Preparing your app

Code samples

540 questions
0
votes
1 answer

Generating code coverage and reports for all modules using Jenkins

We have an instant app project that is instrumented using jacaco. We run these jobs and report on the coverage using the jenkins coverage reporting plugin. Our reports only show coverage reports for the base module and not the feature modules. How…
dazza5000
  • 7,075
  • 9
  • 44
  • 89
0
votes
0 answers

Instant app only working on 8.0 devices

I have deployed my app to play store. It is released on production. It works fine on google's pixel only. When I tap the link on Samsung devices I see instant app loading screen for few seconds (see the screenshot below) and the URL is handled by…
sam33r
  • 245
  • 2
  • 16
0
votes
0 answers

Instant app pre-release not showing try now button in playstore

I uploaded instant build in pre-release and added testers with emails but i m not getting Try Now button in play store. Please don't mark as duplicate, did clear data and re-enable instant apps bit still and not able to access. I tried these …
Dart
  • 135
  • 11
0
votes
1 answer

Android Instant App, Why It doesn't work in feature module using activity transform animation XML?

You can try this sample just for invalid animation in changing activities: https://github.com/SwayChen/InstantAppTest. I have tag a TODO on both onCreate() & onBackPressed() [ app module works fine, the feature-a not ] The following is some short…
SwayChen
  • 21
  • 8
0
votes
2 answers

The package name of your Instant App APKs should be the same as your app's package name

I'm trying to upload my instant app t play store. I see the below error which uploading instant app apk zip: The package name of your Instant App APKs should be the same as your app's package name My build.gradles for respective features as…
0
votes
1 answer

Google Places AutoComplete API gives API_NOT_CONNECTED error in Instant Apps configuration

I am trying to add Google Places AutoComplete API to my Android Instant Apps project. I followed this sample to implement the API. My PlacesAdapter class: package net.epictimes.uvindex.autocomplete import android.content.Context import…
0
votes
0 answers

Default Activity Not Found in Instant App while having 'arch.lifecycle:extension' as dependency

As the title states, I'm having quite of a frustrating time trying to solve this. It seems like it could be a silly mistake that I have overlooked. The issue here is that I want to include the new Android Architecture Component ViewModel into my…
0
votes
2 answers

Crashlytics plugin not uploading mapping file

I've refactored my project separating functionality into library modules in order to support Instant Apps. Everthing works great but I'm not able to see the deobfuscated stack trace at Crashlytics's issue detail of my installed application like I…
Ariel Carbonaro
  • 1,529
  • 1
  • 13
  • 25
0
votes
0 answers

Linking app through Digital Asset Link protocol

My problem is that uploading my signed APK for my android instant app to google play console gives me the following error: Your site 'anam-instant.mybluemix.net' has not been linked through the Digital Assets Link protocol to your app. Please link…
0
votes
1 answer

Error running topeka-instantapp: URL not defined in the manifest

I am working on instant app and was implementing the google code lab example. Everything is going ok but in the last I got this error: Error running topeka-instantapp: URL "https://topeka.samples.androidinstantapps.com/signin" not defined in the…
0
votes
0 answers

instant app not launching only on first attempt

After digging through a myriad of proguard issues, etc, I have the beta pre-release track for my instant app in place and "working" if I click a url link I've emailed myself. The reason I say "working" is because the first time I click the link I am…
shawnwall
  • 4,549
  • 1
  • 27
  • 38
0
votes
1 answer

Feature APK's and Android Instant Apps

According to this doc : https://developer.android.com/topic/instant-apps/overview.html#features In case I want to make a modular app with installable feature, can I use instant app to imitate the behavior of a module ? I want a base app with very…
0
votes
1 answer

Android Instant apps play video fail, show "Can't play this video."

(Instant apps can play video normally use webview, but videoview fail. Use Android Videoview play video, The APK can play normally, but the Instant apps can not play. show error: Can't play this video. java code: Uri uri =…
m41m41
  • 47
  • 1
  • 3
0
votes
1 answer

NoClassDefFoundError failed resolution of databinding class in base module

I've just restructured my project in order to support instant apps, splitting my project in 3 different modules. I've successfully deployed my Instant App, but after a couple of test I noticed a crash at one activity that uses data biding. I'm aware…
Ariel Carbonaro
  • 1,529
  • 1
  • 13
  • 25
0
votes
1 answer

list of devices supports instant Apps

I want to know the list of devices which supports instant apps. In android documentation they have mentioned android version 6 and higher will support instant apps. I have tested in some of devices its working fine. but some other devices its opened…
Dinesh Kannan
  • 1,255
  • 13
  • 32