Giter VIP home page Giter VIP logo

Comments (3)

jaggerwang avatar jaggerwang commented on July 1, 2024

Please follow this doc Generating Signed APK. You need setting up gradle variables.

ZAIQIUCHANG_RELEASE_STORE_FILE=my-release-key.keystore
ZAIQIUCHANG_RELEASE_KEY_ALIAS=my-key-alias
ZAIQIUCHANG_RELEASE_STORE_PASSWORD=*****
ZAIQIUCHANG_RELEASE_KEY_PASSWORD=*****

from zqc-app-demo.

jinqiupeter avatar jinqiupeter commented on July 1, 2024

@jaggerwang Thanks for reply. I generated the key file and error was fixed.
But I also got another error:
screen shot 2017-03-01 at 12 08 21 am
, which I fixed by changing the method from "protected" to "public":
screen shot 2017-03-01 at 12 09 48 am

Then another error showed up ^_^:
screen shot 2017-03-01 at 12 10 46 am
, to fix this one, I added:

dexOptions {
    javaMaxHeapSize "4g"
    preDexLibraries = false
}

to android/app/build.gradle and finally got everything working!

Maybe we should put what I went through in Known Issues or ReadMe?

Thank you again for sharing this wonderful project, I learned a lot from reading and refactoring your code. To all future visitors, I also recommend the tutorial courses by author @jaggerwang at
React Native跨平台移动应用开发
, most of my questions and doubts are cleared from the sessions, especially those regarding caching on the client side.

from zqc-app-demo.

jaggerwang avatar jaggerwang commented on July 1, 2024

Thanks for your suggestion. It already added to the known issues.

from zqc-app-demo.

Related Issues (19)

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.