- This topic has 13 replies, 5 voices, and was last updated 8 years, 10 months ago by
support-swapna.
-
AuthorPosts
-
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377)
at org.apache.commons.exec.DefaultExecutor.access$200(DefaultExecutor.java:46)
at org.apache.commons.exec.DefaultExecutor$1.run(DefaultExecutor.java:188)January 12, 2015 at 4:44 pm #353376hi,
1- I create a phoneGap application project > basic template or JQery mobile multi-page application >next > next i can’t select a plug-ins > finish > installation is complete .. I changed index.html
PhoneGap > Preview app. (is working.)
2- PhoneGap > Build phoneGap application
PhoneGap project: my project
Build thpe: local
Platform: Android
Build mode Debug
> Finish
Console:
Build of myproject started for androıd
executing ‘cordova platform add andro’…
Platform “andro” not recognized as a core cordova platform. See `cordova platform list`.executing ‘cordova build androıd –debug –verbose’…
Error:Command execution failed with code 1
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377)
at org.apache.commons.exec.DefaultExecutor.access$200(DefaultExecutor.java:46)
at org.apache.commons.exec.DefaultExecutor$1.run(DefaultExecutor.java:188)January 14, 2015 at 9:45 am #353392
support-swapnarMemberHi,
From the log message , the platform name is incomplete, it should have been “android” but i see just “andro”.
I am thinking somehow your installation is corrupted. Can you please reinstall and try again the same steps of Creating Phonegap project ?
Thanks
SwapnaJanuary 17, 2015 at 3:36 pm #353432i tried but not working.
My OS win 8.1 64 bit
I want to just mobione.January 20, 2015 at 12:54 am #353450
support-swapnarMemberHi,
Very sorry that you are still facing the issue. Can you please give me the following information which can help us in finding the problem?
1. Android path that is provided during build. Please goto ME->Window ->Preferences->MyEclipse->Mobile Tools -> Phonegap Runtimes -> Local Build, there look for Android Tools .
2. Do you have any Android path settings in you system PATH variable ?
If yes then , the this android path is same as the one configured in MyEclipse ?3. If you have the android path configured in System path variable, then open command prompt and type “android”, does it recognize this command ?
Regards,
SwapnaMay 7, 2015 at 4:50 pm #354240It didn’t work. Please connect to my computer. Because I’m going crazy
May 7, 2015 at 10:50 pm #354241
support-swapnaModeratorsemihceliker,
Sorry that you are still seeing issues.
Can you please give us answers to the questions Swapna asked in her previous response to help us investigate further?
1. Android path that is provided during build. Please goto ME->Window ->Preferences->MyEclipse->Mobile Tools -> Phonegap Runtimes -> Local Build, there look for Android Tools .
2. Do you have any Android path settings in your system PATH variable ?
If yes then , is this android path same as the one configured in MyEclipse ?3. If you have the android path configured in System path variable, then open command prompt and type “android”, does it recognize this command ?
Also please share the MyEclipse Build Id from Help > About section.
May 10, 2015 at 3:46 pm #354259@support-swapna wrote:
semihceliker,
Sorry that you are still seeing issues.
Can you please give us answers to the questions Swapna asked in her previous response to help us investigate further?
1. Android path that is provided during build. Please goto ME->Window ->Preferences->MyEclipse->Mobile Tools -> Phonegap Runtimes -> Local Build, there look for Android Tools .
2. Do you have any Android path settings in your system PATH variable ?
If yes then , is this android path same as the one configured in MyEclipse ?3. If you have the android path configured in System path variable, then open command prompt and type “android”, does it recognize this command ?
Also please share the MyEclipse Build Id from Help > About section.
signing application failed : cannot locate the PhoneGap build output semih-debug.apk
May 10, 2015 at 5:18 pm #354260@semihceliker wrote:
@support-swapna wrote:
semihceliker,
Sorry that you are still seeing issues.
Can you please give us answers to the questions Swapna asked in her previous response to help us investigate further?
1. Android path that is provided during build. Please goto ME->Window ->Preferences->MyEclipse->Mobile Tools -> Phonegap Runtimes -> Local Build, there look for Android Tools .
2. Do you have any Android path settings in your system PATH variable ?
If yes then , is this android path same as the one configured in MyEclipse ?3. If you have the android path configured in System path variable, then open command prompt and type “android”, does it recognize this command ?
Also please share the MyEclipse Build Id from Help > About section.
signing application failed : cannot locate the PhoneGap build output semih-debug.apk
Failed while installing Phonegap Application.
Problem occurred accessing config.xml, either file is not available or it is in read-only mode.
🙁May 11, 2015 at 8:08 am #354263
Brian FernandesModeratorsemihceliker,
I realize PhoneGap in MyEclipse is different from MobiOne and I’m sorry you’re running into issues. To help you, you need to answer our questions or we cannot assist you and we will be forced to ignore this thread.
I realize that most of your problems are with local build, given that you are used to building your applications remotely, perhaps the Remote build would be better suited to your needs?
Please have a look at this document for a detailed porting guide from PhoneGap to MyEclipse if you haven’t read it already: https://www.genuitec.com/products/myeclipse/learning-center/mobile/mobione-apps-myeclipse/
May 12, 2015 at 3:09 pm #3542721.) Android Tools: E:\android-sdk
2.) My system PATH variable : E:\android-sdk\platform-tools;E:\android-sdk\tools
3.) Command promt use “android” open the Android SDK manager
The last error is:
Failed while installing Phonegap Application.
Problem occurred accessing config.xml, either file is not available or it is in read-only modeI can’t fix
May 15, 2015 at 5:59 am #365260
Brian FernandesModeratorSemi,
1) For building your application, I would recommend using remote build as suggested in the tutorial. Did you read it and were you successfully able to get a binary file?
2)The last error is:
Failed while installing Phonegap Application.
Problem occurred accessing config.xml, either file is not available or it is in read-only modeWhen do you get this, exactly? During what steps?
September 5, 2016 at 5:15 am #495839
ahmedhafezParticipanti have a similar problem with phonegap on myeclipse , i get an error code 8 says failed to launch phonegap application … my steps were .. I create a phoneGap application project > basic template or JQery mobile multi-page application >next > didn’t select a plug-ins > finish > installation is then interrupted and i get a message with code 8 error says ( failed to launch phonegap application ).. installed node.js then phonegap then myeclipse in that order .. please help
September 5, 2016 at 6:50 am #495842
support-swapnaModeratorAhmed,
Sorry that you are seeing this issue.
Can you start MyEclipse as administrator (right click on the myeclipse.exe > Run as administrator), switch to a new workspace and check if the issue persists. If yes, then please send us the .log file located at workspace dir/.metadata/.log to help us get the full error details.
Let us know if you have added a new PhoneGap runtime, via MyEclipse->Preferences->MyEclipse->Mobile Tools->PhoneGap Runtime. If so, please let us know if you specified that runtime when creating the PhoneGap application project. Please share with us which PhoneGap release you used.
There were some users who reported issues creating a PhoneGap project in MyEclipse 2015 and we have been unable to replicate the issue at our end.
Please refer to this announcement to understand the problems with PhoneGap in MyEclipse 2015 and the recommended solution: https://www.genuitec.com/forums/topic/phonegap-support-in-myeclipse-2015/With MyEclipse 2016, the in-product wizards are no longer available and you should use the PhoneGap command line tools. The PhoneGap CLI is easy to use, more powerful and flexible.
You can execute the PhoneGap commands in a local shell directly within the IDE using the Terminal View.
Here is the announcement for PhoneGap support in MyEclipse 2016 : https://www.genuitec.com/forums/topic/phonegap-support-in-myeclipse-2016/
The migration guide will help you understand how to get started with CLI : https://www.genuitec.com/products/myeclipse/learning-center/mobile/migrating-phonegap-app-to-2016/You can download and install MyEclipse 2016 alongside your existing MyEclipse 2015 installation and use your current license.
Hope this helps. Let us know if you have any questions.
–Swapna
MyEclipse Support -
AuthorPosts