Run the application
You can run the application either using the terminal or using the RUN button in android studio of vsCode.
info
As of version 3.0.0
the application has been partially migrated to Null-Safety. Therefore it contains both sound null-safe code and unsound null-safe code. Until the application is completely migrated to Null-Safety you will need to run the application using an additional flag --no-sound-null-safety
.
Run the application in terminal:
#
Add flag to android studioYou can also add this flag in android studios run configurations' additional run arguments by following the steps below:
- Open the woostore_pro folder in android studio.
- Click on the
Run
option in the menu bar and selectEdit Configuration
option.
- Add the flag
--no-sound-null-safety
to theAdditional run args
.
#
Add flag to vsCodeYou can also add this flag in vsCode's launch.json's configurations' args key. Follow the steps below to do so.
- Open the woostore_pro folder in vsCode.
- Click on the
Run
option in the menu bar and selectAdd Configuration
option.
- Paste the following the file
launch.json
:
- If you already had a
launch.json
configuration file then add the following line in the configuration object