Git Product home page Git Product logo

Comments (6)

florent37 avatar florent37 commented on August 17, 2024

can you send a screenshot ?

from instantappsample.

csytang avatar csytang commented on August 17, 2024

2017-09-14 4 15 09

Please see the configuration in project. I also use the setting the reps. still this problem IDE: Android Studio 3.0 Beta

from instantappsample.

csytang avatar csytang commented on August 17, 2024

You will meet this problem in multiple-feature instant app

from instantappsample.

florent37 avatar florent37 commented on August 17, 2024

from instantappsample.

csytang avatar csytang commented on August 17, 2024

Set the compileSDK to 26, you will not get any compiling error. But when you try to publish on Google Play, you will find an error "ensure that the APKs with version code ? have the android:targetSandboxVersion attribute set to '2' in the AndroidManifest.xml"

from instantappsample.

jbvincey avatar jbvincey commented on August 17, 2024

The actual compileSdkVersion is 26 and should stay like this. The attribute targetSandboxVersion is required for Android O, and should be automatically added by Android Studio. But apparently it is not, I think this is a bug from Android Studio. However you can add it manually in the base feature manifest. In the manifest element, just add:
android:targetSandboxVersion="2"

I would recommend creating a new application if you want to release in production (although development mode is OK), this one is already available on the Play Store here and as instant app:

I will add soon the major release issues on the readme.

from instantappsample.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.