Giter Site home page Giter Site logo

咨询个新手问题,在react-native run-android的时候,出现下面的错误是什么问题?谢谢。 about githubpopular HOT 5 CLOSED

zh30 avatar zh30 commented on May 21, 2024
咨询个新手问题,在react-native run-android的时候,出现下面的错误是什么问题?谢谢。

from githubpopular.

Comments (5)

goldencicada avatar goldencicada commented on May 21, 2024 1

把app/build.gradle里面的有关签名打包注释掉就行了

from githubpopular.

Rambos avatar Rambos commented on May 21, 2024

#3

from githubpopular.

sunset535 avatar sunset535 commented on May 21, 2024

同样的错误 待解

from githubpopular.

hqglichao avatar hqglichao commented on May 21, 2024

同样的问题 待解

from githubpopular.

VamKram avatar VamKram commented on May 21, 2024
/从Keychain Access中获取证书密码
// def getPassword(String currentUser, String keyChain) {
//     def stdout = new ByteArrayOutputStream()
//     def stderr = new ByteArrayOutputStream()
//     exec {
//         commandLine 'security', '-q', 'find-generic-password', '-a', currentUser, '-s', keyChain, '-w'
//         standardOutput = stdout
//         errorOutput = stderr
//         ignoreExitValue true
//     }
//     //noinspection GroovyAssignabilityCheck
//     stdout.toString().trim()
// }
// def pass = getPassword("jph","jph_android_keystore")
------------------------------------
 // signingConfigs {//签名配置
    //     release {
    //         storeFile file(MYAPP_RELEASE_STORE_FILE)
    //         storePassword pass
    //         keyAlias MYAPP_RELEASE_KEY_ALIAS
    //         keyPassword pass
    //     }
    // }
-------------------------------
 // buildTypes {
    //     release {
    //         minifyEnabled enableProguardInReleaseBuilds
    //         proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
    //         signingConfig signingConfigs.release
    //     }
    // }
    // applicationVariants are e.g debug, release

from githubpopular.

Related Issues (20)

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.