Can someone please teach me how to make extensions

Look to the appinventor sources...

https://ai2.appinventor.mit.edu/reference/other/extensions.html

1 Like

rush is broken for me

You probably do not have javac set up correctly

read the RUSH topic.

im so dumb to not think of that :skull: i uninstalled it a little while back

Nope: still broken

got farther but still not working

pls help anyone

Run the following commands in your terminal and post the outputs here.

java -version
javac -version
1 Like
Microsoft Windows [Version 10.0.22621.3085]
(c) Microsoft Corporation. All rights reserved.

C:\Users\heiro>java -version
java version "21.0.2" 2024-01-16 LTS
Java(TM) SE Runtime Environment (build 21.0.2+13-LTS-58)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing)

C:\Users\heiro>javac -version
javac 21.0.2

C:\Users\heiro>




@Gordon_Lu

@Gordon_Lu would using Niotron IDE be better?

java version "21.0.2" 2024-01-16 LTS
Java(TM) SE Runtime Environment (build 21.0.2+13-LTS-58)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing)

javac 21.0.2

help pls

3 Likes

yea i gave up on this.

You would need basic understanding of Java or any other similar programming language that would help you start with. App Inventor extensions are built with Java 8.

You can first start by learning Java, by watching some tutorials on youtube and exploring enormous resources on the internet. It's not quick, it takes time.

1 Like

could you teach me how to make extensions for appinventor?

Search the community
For example Help for Extension Building
Taifun

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.