Community of today used to use mobile phones to make their life easier and Community based mobile applications are famous among them. There are several kind of community based applications in use and most of them are relating to a specific domain. But core components have similar features. Address this issue and saving development time by Introducing a common app template with customizable components for community based mobile applications , is the main purpose of this project.
Apache License 2.0
61
stars
89
forks
source link
Solution for ` Failed to install the app. Make sure you have the Android development environment " in react native` issues in Go-social #150
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 through cd android and the run a ./gradlew clean This should fix the error but if you are getting permissions error the run chmod +x gradlew your error should be resolved
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 throughcd android
and the run a./gradlew clean
This should fix the error but if you are getting permissions error the runchmod +x gradlew
your error should be resolved