Nisarga
(Nisarga Adhikary)
October 6, 2020, 5:36am
#1
I am facing some problems in making extensions
I have installed Apache ANT, Java development kit jdk, git, VS Code, Extension template from MIT App Inventor github.
I have configured environment variables. (Yet don’t know if I done that correctly)
ENVIRONMENT VARAIBLES
PATH
ERROR
When I Try To Check Version In CMD I See This
Questions
How to fix this?
How to get started?
How to build my first extension?
If you are not working with third party libraries, then use AppyBuilder Code Editor.
https://editor.appybuilder.com
2 Likes
Nisarga
(Nisarga Adhikary)
October 6, 2020, 6:09am
#3
My question was about the errors I was facing
How can I solve those errors in cmd???
I tried out using AppyBuilder Code editor, I don’t like that.
@sonumohammad333 @ExtensionDevelopers
2 Likes
Can you try redownload Ant? And, the Environment Variable should be the root folder.
Edit: I am so sorry for not recommending AppyBuilder Code Editor. My fault.
FahadAhmad
(Fahad Ahmad)
October 6, 2020, 6:14am
#5
Follow this guide by @Shreyash and setup environment for creating extensions:
3 Likes
yusufcihan
(Yusuf Cihan)
October 6, 2020, 2:14pm
#8
Can you restart your terminal (or/and computer) to verify if variables are set correctly?
You can verify the variable by typing:
If you are using Command Prompt :
If you are using PowerShell :
3 Likes
Nisarga
(Nisarga Adhikary)
October 6, 2020, 2:37pm
#9
This came, is everything ok?
@yusufcihan
JAVA_HOME
must contain the path to java, and you should add %JAVA_HOME%\bin to PATH
.
For example:
Nisarga:
What worked?
I mean, have you solved the problems you were facing?
Rogerio_Rios
(Professional Support)
October 6, 2020, 2:46pm
#15
Now it’s time to open the editor, place your code and try to generate your aix.
Type ant extensions ,
In the terminal.
Nisarga
(Nisarga Adhikary)
October 6, 2020, 2:47pm
#16
None of the commands worked
@golumaths100 @Rogerio_Rios
Rogerio_Rios
(Professional Support)
October 6, 2020, 2:52pm
#19
Your ambient variables is not configurate.
Go through this video. It may help you.
1 Like