Code Monkey home page Code Monkey logo

Comments (5)

goldfish07 avatar goldfish07 commented on September 6, 2024

have you specified signingConfigs in app/build.gradle ?

android {
.....

 signingConfigs {
        release {
            storeFile file(System.getenv("HOME") + "/keystore.jks")
            keyAlias 'keystore'
            keyPassword 'keystore'
            storePassword 'keystore'
        }
    }

}

check implementation from Reschiper-sample https://github.com/goldfish07/ResChiper-sample/blob/8a9d70da85a665fd6765dcbc962f2f62c7f2dfe1/app/build.gradle

from reschiper.

saleho27 avatar saleho27 commented on September 6, 2024

Yes I have set it. If I do not use reschiper, it can be built using terminal using command bundleRelease...

In another project, AGP 8.4.0 gradle 8.6 also failed, but if AGP 8.3.2 gradle 8.4 it works...

In your sample, release using minify=false, I use minify=true for release, btw this error just happens in AGP 8.4.0 and gradle 8.6, previously it works very well... (AGP 8.3.2 dna gradle 8.4) in both project

from reschiper.

goldfish07 avatar goldfish07 commented on September 6, 2024

AGP 8.4.0, along with Project Gradle Wrapper 8.7, works fine for my projects. For command line builds, I use Gradle 8.7, and it doesn't matter whether minify is set to true or false.

from reschiper.

saleho27 avatar saleho27 commented on September 6, 2024

What Android Studio version do you use? I use the latest, Jellyfish | 2023.3.1

from reschiper.

goldfish07 avatar goldfish07 commented on September 6, 2024

What Android Studio version do you use? I use the latest, Jellyfish | 2023.3.1

yes

from reschiper.

Related Issues (11)

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.