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

Instant App Failure to Rollout

I did the all configuration for my instant app. Whenever I upload to the Play Store it says : Your site 'www.mywebsiteurl.com' has not been linked through the Digital Assets Link protocol to your app. Please link your site through the Digital…
senaaltun
  • 309
  • 3
  • 11
0
votes
0 answers

Instant App crashes when attempting to load Google Maps

We are preparing to publish our instant app, however, we are experiencing a security exception when attempting to initialize Google Maps. Below is the error that is occurring. After multiple attempts to resolve the issue and countless google…
lgfz71
  • 81
  • 2
  • 7
0
votes
1 answer

Instant App Uploading APK is failed

I'm trying to add my APKs to Play Store but it gives an error : Upload failed Your Instant App APKs contains an APK name 'productdetail' that either does not exist or was not included. Any idea why can it happen? Thanks for your help!
senaaltun
  • 309
  • 3
  • 11
0
votes
4 answers

java.lang.SecurityException: Method class android.media.IAudioService$Stub$Proxy.isCameraSoundForced[] not available

I'm getting the following error when calling Camera.open(cameraIndex) (Camera 1 API) MethodInvocationProxy : Exception while calling method public abstract boolean android.media.IAudioService.isCameraSoundForced() throws android.os.RemoteException …
DoronK
  • 4,837
  • 2
  • 32
  • 37
0
votes
2 answers

Apk Upload failed:Your Instant App APKs do not declare a valid 'android:targetSandboxVersion' attribute in their AndroidManifest

I'm trying to upload a version of the instant app sample code to the market with no success. I keep getting the following error: Your Instant App APKs do not declare a valid 'android:targetSandboxVersion' attribute in their…
DoronK
  • 4,837
  • 2
  • 32
  • 37
0
votes
2 answers

Instant App Google Play upload failed

I have an Instant app with following modules: base feature feature1 feature2 installed instant I want installed to have both feature1 and feature2, and instant only have feature1. Instant build.gradle: apply plugin:…
mol
  • 2,607
  • 4
  • 21
  • 40
0
votes
2 answers

Can I use the feature plugin today for my installable app only?

I want to start modularizing my project but haven't worked out the use-cases for my instant app yet. Can I start refactoring my code using com.android.feature plugin for my installable app today and build my instant app later when I'm ready with…
Anirudh
  • 2,524
  • 1
  • 14
  • 14
0
votes
3 answers

Download and install apk (without publishing in playstore) from the Instant App

I have uploaded .apk file to the dropbox. I want to download and launch app when user clicks an install button in the Instant App. But the following exception occurs after call to startActivity(): Caused by: java.lang.SecurityException: Permission…
jerry
  • 45
  • 12
0
votes
3 answers

Android Instant App

I got this error in "Declare Website Association" of "App link Assistant". Does anyone know how to solve that problem. I am very new to Android Instant App.
Nyein Ei Ei Tun
  • 168
  • 2
  • 13
0
votes
1 answer

how to implement google instant app with NFC in android studio

i want to run instant app when tapping nfc tag in android studio. currently my simple instant app is crash when calling NFCAdapter.
jerry
  • 45
  • 12
0
votes
3 answers

Do we need to upload different APK on play store for instant and installed app

Hi I see that Android Studio allows to build different APK for instant and installed app. Does Google Play Developer console allows to upload different APK for instant and installed app there ? How does it manage ?
N Sharma
  • 33,489
  • 95
  • 256
  • 444
0
votes
1 answer

Verify site for Android Instant Apps without Digital Assets Links and https?

is it possible to use Instant Apps just with Google Webmaster Tools verification (like I did before with app-indexing) -> Search Console Or maybe, this time it is necessary to use https + DAL? Handling Android App Links Currently we don't use…
PiotrWpl
  • 195
  • 1
  • 8
0
votes
2 answers

How to test instant app with multiple features

I made an instant app with multiple feature using Android Studio 3.0 Canary 1. I am running application on Nexus 5X emulator, which is executing only one feature on running application from Android Studio IDE. Do you have an idea how can we test…
N Sharma
  • 33,489
  • 95
  • 256
  • 444
-1
votes
1 answer

when i input the url in the browser, can't open the Instant apps

In Android chrome browser, input the instant app url, and launch the webpage, chrome browser go to the webpage, not open the instant apps. i want to open the instant apps when open the "instant app url" in the chrome browser.
Knero
  • 1
  • 2
-1
votes
1 answer

Can we create instant android application for an existing application?

I have an existing Android application in google playstore. The size of the app is around 38MB. After much optimization and using remote resources and using Web image format, the APK has come down to around 25MB. Inorder to create an Instant Android…
Zax
  • 2,870
  • 7
  • 52
  • 76
1 2 3
35
36