📌  相关文章
📜  react native create apk - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:44.632000             🧑  作者: Mango

代码示例6
Place your terminal directory to android using:

cd android
)================
For Windows, 
  gradlew assembleRelease
)=================

)=================
For Linux and Mac OSX:

./gradlew assembleRelease
)==================