You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console is throwing the below listed errors in Failure Logs
Steps to Reproduce
Follow all the steps in the readme
run the app as usual using terminal.
Failure Logs
Solution
Navigate to android folder and then in the local.properties file you have to enter your android sdk path of your computer in the following manner : sdk.dir=C:\\Users\\UserName\\AppData\\Local\\Android\\sdk your error should be resolved
Ps: In case if this doesn't work, add the ANDROID_HOME variable in "Environment Variables" of your computer and add the path of android sdk corresponding to it.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Perfectly Running App without no pre-log Errors.
Current Behavior
The console is throwing the below listed errors in Failure Logs
Steps to Reproduce
Failure Logs
Solution
Navigate to
android
folder and then in thelocal.properties
file you have to enter yourandroid sdk
path of your computer in the following manner :sdk.dir=C:\\Users\\UserName\\AppData\\Local\\Android\\sdk
your error should be resolvedPs: In case if this doesn't work, add the
ANDROID_HOME
variable in "Environment Variables" of your computer and add the path ofandroid sdk
corresponding to it.The text was updated successfully, but these errors were encountered: