Replies: 3 comments 1 reply
-
Can you run |
Beta Was this translation helpful? Give feedback.
0 replies
-
*cordova requirements*
---------------------------------------------------------------------------------------------------------------
Requirements check results for android:
Java JDK: installed 1.8.0
Android SDK: installed true
Android target: installed
android-33,android-32,android-30,android-29,android-28,android-23
Gradle: installed D:\Program Files\Android\Android
Studio171\gradle\gradle-4.1\bin\gradle
Requirements check results for browser:
Requirements check results for ios:
Apple macOS: not installed
Error: Cordova tooling for iOS requires Apple macOS
Some of requirements check failed
---------------------------------------------------------------------------------------------------------------
*cordova info*
---------------------------------------------------------------------------------------------------------------
Cordova Packages:
cli: 11.0.0
common: 4.1.0
create: 4.0.0
lib: 11.0.0
common: 4.1.0
fetch: 3.1.0
serve: 4.0.0
Project Installed Platforms:
android: 10.1.2
browser: 6.0.0
ios: 6.2.0
Project Installed Plugins:
Environment:
OS: Microsoft Windows 10 Pro 10.0.19045 (19045) (Windows 10.0.19045) x64
Node: v18.12.1
npm: 8.19.2
android Environment:
android:
ERROR: Command failed with exit code 1: avdmanager list target
'avdmanager' is not recognized as an internal or external command,
operable program or batch file.
ios Environment:
xcodebuild:
ERROR: Command failed with exit code 1: xcodebuild -version
'xcodebuild' is not recognized as an internal or external command,
operable program or batch file.
Project Setting Files:
config.xml:
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocordova" version="1.0.0" xmlns="
http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>HelloCordova</name>
<description>Sample Apache Cordova App</description>
<author ***@***.***" href="https://cordova.apache.org
">
Apache Cordova Team
</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
</widget>
package.json:
--- Start of Cordova JSON Snippet ---
{
"platforms": [
"browser",
"android",
"ios"
]
}
--- End of Cordova JSON Snippet ---
…---------------------------------------------------------------------------------------------------------------
Deepak
"The greatness of a nation can be judged by the way its animals are treated
- Mahatma Gandhi"
+91 73500 12833
***@***.***
Facebook: https://www.facebook.com/deicool
LinkedIn: www.linkedin.com/in/deicool
"Plant a Tree, Go Green"
Make In India : http://www.makeinindia.com/home
On Fri, Jan 6, 2023 at 11:16 PM Norman Breau ***@***.***> wrote:
Can you run cordova requirements and cordova info and paste the output.
—
Reply to this email directly, view it on GitHub
<#371 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFUUAXJQTQKH76DJ277JIDWRBK6BANCNFSM6AAAAAATSD7ADQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello ! Do you need to include this line, em Path: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am a newbie.
I installed cordova for windows. I was playing around a bit with the startup (https://cordova.apache.org/).
When I try to run cordova for android, i get the following error:
Built the following apk(s):
D:\Saksham\cordova\DaTaraMandal\platforms\android\app\build\outputs\apk\debug\app-debug.apk
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=C:\Users\Admin\AppData\Local\Android\sdk (recommended setting)
ANDROID_HOME=undefined (DEPRECATED)
Using Android SDK: C:\Users\Admin\AppData\Local\Android\sdk
Command failed with exit code 1: apkanalyzer manifest target-sdk D:\Saksham\cordova\DaTaraMandal\platforms\android\app\build\outputs\apk\debug\app-debug.apk
'sh' is not recognized as an internal or external command,
operable program or batch file.
Any idea what to do?
Beta Was this translation helpful? Give feedback.
All reactions