Linked Questions
1 vote
0 answers
72 views
SDK Location not found Parse projects [duplicate]
I am trying to import a Parse sample project in to android studio. I already have lot of projects which I have created from scratch and also import few other projects which I downloaded from github. ...
75 votes
6 answers
49k views
npm / yeoman install generator-angular without sudo
I tried to install generator-angularjs using Yo (Yoeman) without sudo: npm install -g generator-angular I get: Error: EACCES, mkdir '/usr/lib/node_modules/generator-angular' When I type in sudo yo, ...
14 votes
12 answers
8k views
No console output in Flutter IntelliJ plugin?
I am using Flutter + the Android Studio/IntelliJ plugin for Flutter. When I run my application in the IDE, there seems to be an empty console window so I cannot view my print statements from that ...
12 votes
5 answers
14k views
Invalid JAVA_HOME when build with cordova
I am trying to emulate an app on my device with cordova in OpenSuse Leap 42.1. But when I tried to emulate the app with the cordova run I get the error below: cordova run Running command: /home/...
10 votes
3 answers
8k views
React Native 0.59 development build fails with metro server error
After upgrade to 0.59 the development build fails with the following error. It worked fine till 0.58.6 "Unable to load script. Make sure you're either running a Metro server (run 'react-native start')...
0 votes
3 answers
7k views
Error to build a android app with cordova
I've had this problem when build a android app with cordova command: cordova build android D:\Desenvolvimento\ionicapps\AppBelle>cordova build android Running command: "C:\Program Files\nodejs\...
4 votes
2 answers
4k views
Please accept all necessary Android SDK licenses
Setting up a React Native development environment on Windows for the first time, I create a new React Native project, cd into it, and run react-native run-android. I receive the error: info Starting ...
1 vote
1 answer
10k views
Error: 'ANDROID_HOME' environment variable is set to non-existent path
Error: 'ANDROID_HOME' environment variable is set to non-existent path: /root/android-sdk-linux Try update it manually to point to valid SDK directory.
2 votes
2 answers
3k views
'Error: the command "android" failed' using cordova
I'm trying to get the android platform added on cordova. I've added and downloaded the most recent SDK in Android SDK, my path is :export PATH=${PATH}:/Users/xxx/Development/android-sdk-macosx/...
0 votes
2 answers
5k views
How to download Android sdk and set android_home path on Windows?
When I download from http://developer.android.com/sdk/index.html, I am getting the .exe file, and I'm having trouble setting the path. How to set the path ANDROID_HOME on Windows? When I build the ...
0 votes
1 answer
2k views
[Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.]
I am trying to build an android application on Mac OS X by using cordova. When I execute cordova build I get the following error : [Error: ANDROID_HOME is not set and "android" command not in your ...
1 vote
3 answers
2k views
nativescript errorPubNub call failed, check status for details
I set NativeScriptwithn angular 6 and every dependency is properly installed but got the below error with these steps 1) tns run --bundle 2) after that select option Sync to Playground 3) scan the ...
2 votes
1 answer
3k views
Unable to add platform ionic platform add Android
Getting below error when running command ionic platform add android Error: ENOENT, no such file or directory _____\.cordova\lib\android\cordova\3.5.1\VERSION'
1 vote
2 answers
2k views
Cordova - ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions
I've installed nodejs and cordova and downloaded android sdk. The thing is when I try and add an android platform here's what sortf happen: $ sudo cordova platform add android Creating android ...