When i try to run the command $ cd android && ./gradlew assembleRelease on a Windows machine inorder to create an apk file the command does not run,
It seems the && is a apple command. can u please update the documentation on how to compile to apk on a windows machine https://facebook.github.io/react-native/docs/signed-apk-android.html
Hey gregkawere, thanks for reporting this issue!
React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
react-native or for more real time interactions, ask on Discord in the #react-native channel.Run gradlew assembleRelease from the android folder on Windows.
Duplicate of #5479
After running gradlew assembleRelease I get this:
startup failed:
import de.undercouch.gradle.tasks.download.Download
Any clue?
Most helpful comment
Run
gradlew assembleReleasefrom the android folder on Windows.