How can i delete instant app support on my project in Android Studio

13,486

Don't think you can delete the feature. Instead, you can disable it.

Opt in or out of Instant Apps:

  1. On your device, open the Settings app Settings.
  2. Go to Google then Instant Apps.
  3. Under "Instant Apps account," select which account to opt in our out of. To opt out for all accounts, tap None. Sometimes there's a slide widget that's switched On. Go and turn it off.
Share:
13,486

Related videos on Youtube

Fatih Gul
Author by

Fatih Gul

My name is Fatih. I'm living in Istanbul. I'm a self-thaught front-end web developer and android developer

Updated on June 04, 2022

Comments

  • Fatih Gul
    Fatih Gul about 2 years

    I'm new at Android Development. I see a new feature on Android Studio after update. There was a Instant App Support on there. I thought It is a instant view and i clicked it and now i know what it is. How can i remove that support on my project?

    Android Studio 3.1.3

    • Adeel Turk
      Adeel Turk almost 6 years
      dont use it .. whats wrong in that ?
    • EvOlaNdLuPiZ
      EvOlaNdLuPiZ almost 6 years
      drop back to a previous version where that feature wasn't there lol
    • Fatih Gul
      Fatih Gul almost 6 years
      I have no wrong for now. I just wanted to learn that. I tried to connect Firebase Authentication and there was a two thing. "App" and "Instant App". I do not wanted to take an error from after. That's why i established a new project and started again. But i want to learn how can i remove that from my project
    • TWL
      TWL almost 6 years
      You mean when you created a new project, and you checked that box for Instant App support? No, there's no "one-click" way to remove it from your project. You'll either have to 1. move your code around into the application module, rework the dependencies, 2. create a new project, 3. don't setup an assetlinks.json, but continue to work the project structure of an IA.
  • JPM
    JPM about 3 years
    This setting is no longer there.