This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo react-native run-android | |
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. | |
Jetifier found 967 file(s) to forward-jetify. Using 8 workers... | |
info Starting JS server... | |
/bin/sh: 1: adb: not found | |
info Launching emulator... | |
error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`. | |
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch. | |
info Installing the app... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android tasks | |
------------- | |
sourceSets - Prints out all the source sets defined in this project. | |
Build tasks | |
----------- | |
assemble - Assembles all variants of all applications and secondary packages. | |
assembleAndroidTest - Assembles all the Test applications. | |
build - Assembles and tests this project. | |
buildDependents - Assembles and tests this project and all projects that depend on it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create | |
curl 'http://cms.stg.internal/api/jsonws/invoke' \ | |
-H 'Connection: keep-alive' \ | |
-H 'Accept: application/json, text/javascript, */*; q=0.01' \ | |
-H 'X-Requested-With: XMLHttpRequest' \ | |
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.79 Safari/537.36' \ | |
-H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \ | |
-H 'Origin: http://cms.stg.internal' \ | |
-H 'Referer: http://cms.stg.internal/pt/group/publisher/carousel-form' \ | |
-H 'Accept-Language: en-US,en;q=0.9' \ |