Posts by Luan Rocha • 21 points
3 posts
-
0
votes3
answers1806
viewsA: Ionic Android Build Problem "Failed to find 'ANDROID_HOME' Environment variable"
The problem is due to linux root permissions, you can use the sudo chown -R user project folder command
-
1
votes1
answer265
viewsA: Error in adb.exe running "Ionic Cordova run android --device"
Tries to execute the command adb Devices and check if your phone appears in the list of Vices, if it does not appear you need to install the drivers of the device.
-
1
votes4
answers2080
viewsA: How to capture elements in a json structure using javascript
I would like to leave a contribution too, I have already used this api, my solution was like this, var cartoes = response.paymentMethods.CREDIT_CARD.options; var i; for(i in cartoes){…