Posts by Felipe Adamoli • 11 points
3 posts
-
1
votes1
answer152
viewsA: Adb failure using React-Native in Ubuntu
I solved the problem already, if anyone else has the problem I did the following sudo find -name adb I saw that one of the copies was in ./usr/bin/adb and another in the…
-
0
votes1
answer152
viewsQ: Adb failure using React-Native in Ubuntu
I’m having a problem running a React-Native app on my phone. With everything configured run react-native start react-native run-android and the following error appears: 05:32:56 E/adb: adb server…
-
-1
votes1
answer243
viewsQ: Save object returned by get method
How can I return to a variable the object resulting from a request get? I’m trying to do it like this and it doesn’t work: var x = $.get("https://api-nave-twitter.herokuapp.com/tweets",…