1
1 Error was fixed by configuring environment variables and updating JDK and JRE.
2 Second error has been fixed just by initializing the Android emulator(in the case of android environment)
1
1
1 Error was fixed by configuring environment variables and updating JDK and JRE.
2 Second error has been fixed just by initializing the Android emulator(in the case of android environment)
Browser other questions tagged javascript java android angularjs react
You are not signed in. Login or sign up in order to post.
For the first problem, EPERM, usually if you have the environment variables well configured, you should use the command line as administrator which should fix the problem. Regarding the second error, can you attach the results of the 'adb Devices' command? It appears to be a matter of not having an Emulator or phone/tablet on/available at the moment.
– Pedro Ferreira
correct. With the startup of Emular. manage to correct the second error. As for the first was appended configure the environment variables
– alexjosesilva