Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
1 answer
948 views

Camera Permission always denied without dialog shown on Google Pixel when running instant app

I am porting an existing application to an instant app that requires a camera permission to run. On Pixel 2 device and Samsung S8 the permission dialogue gets shown and I can request the permission. ...
Till Krempel's user avatar
-1 votes
1 answer
433 views

In kotlin how to do instant app feature?

I need to do a new Android project in kotlin which support instant app feature how I could achieve that? It is a known issue from Google that you can't do a Gradle sync with the kotlin plugin and ...
ancy mathai's user avatar
4 votes
3 answers
2k views

"URL not defined in the manifest" when running Instant App that uses @string for host name

Seeing issue running Instant App in Android Studio when @string value is used for host name (getting "URL not defined in the manifest" error). For example: <data android:scheme="https" ...
John O'Reilly's user avatar
1 vote
1 answer
1k views

Android Studio 3.0 RC2 - "Default Activity not found" for multi module project

I have a multi-module project (supporting instant apps and installed app). When using AS 3.0 RC1 and RC2 I'm no longer able to launch app....getting Default Activity not found I have a number of ...
John O'Reilly's user avatar
2 votes
2 answers
2k views

Emulator Nexus5X Android 8.0 Instant App

I want to try to launch an Instant App (already deployed : like wish, or buzzfeed). Now, I use Android Studio 3.0 to emulate a Nexus 5X API 26 With Android 8.0, I got the Instant App development SDK ...
eQuinox's user avatar
  • 201
2 votes
1 answer
4k views

Digital Asset Link verified by Android Studio, but not pass in Google Play Console

I try to publish my Android instant app to Google Play; I link the app, which is named helloinstantapp.instantapp.examples.chrisyttang.org to the domain https://csytang.github.io. It has been ...
csytang's user avatar
  • 119
13 votes
2 answers
1k views

Is it possible to discover and run third-party Android Instant Apps on an emulated device?

I'm currently trying to learn about Android instant apps. Since I don't own any real devices that support them, I'm using the emulator (from Android Studio 3.0 Canary 9). I can successfully run "toy" ...
Rapunzel Van Winkle's user avatar
2 votes
1 answer
1k views

What is feature module for instant app support in android studio 3.0

From android studio 3.0 Instant App Support has been added. When I created a project and if Instant app support enabled for the project then its ask for configuring the feature module name like below: ...
0xAliHn's user avatar
  • 18.9k
11 votes
5 answers
5k views

Android Studio 3 difference between library module and feature module

In Android Studio 3 there are at least two new module types. First is Instant app module and the second one is feature module. With Instant App module it's quite obvious but feature module from my ...
Stepango's user avatar
  • 4,831
-1 votes
1 answer
592 views

Android studio 3.0 Canary 4 throwing error while building Instant Apps

I am working on Android Instant App. When i updated AS3.0 to Canary 4, i started getting following error while running project: Error while Uploading and registering Instant App Side loading failed ...
Sonali8890's user avatar
  • 2,005
3 votes
1 answer
808 views

Android Instant Apps: Migration of existing multidex app to base/feature module?

I'm migrating my existing multi-dex app into an Instant app and converted my app into the recommended project structure. There were a bunch of compilation issues related which were successfully ...
prerak's user avatar
  • 399
5 votes
1 answer
1k views

Android Instant App with Native C++ Library not publishing to device/simulator running Android N

Is there a way to get an Android Instant App working with a native C++ library? I'm attempting to publish an Android Instant App to a device/simulator, but ran into problems with my native C++ ...
stephenspann's user avatar
  • 1,843
8 votes
1 answer
2k views

Android Studio Preview 3.0 - Application installation failed when running instant app

I am new to running instant app. I have created a new "Hello World" project with instant app support, according to android developer documents. But, when running "instantapp", the following error ...
mm49307's user avatar
  • 2,672