IDE EXTENSION libraries problem help me

Merhaba mysql bağlantı uzantısı oluşturmaya çalışıyorum ide penceresinde kütüphaneyi aktardım
Kütüphane yolunu girdim
Yol kod​:arrow_heading_down:

@SimpleObject(external = true)

//Libraries

@UsesLibraries(libraries =“mysql-connector-j-8.0.33.jar”
Error log​:arrow_heading_down:
Started Compiling Project Promysql
Buildfile: /compiler/androidX/build.xml

javac:
[mkdir] Created dir: /compiler/androidX/build/oXCgc/classes
[javac] Compiling 1 source file to /compiler/androidX/build/oXCgc/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] Note: Wrote file file:/compiler/androidX/build/oXCgc/classes/simple_components.json
[javac] Note: Wrote file file:/compiler/androidX/build/oXCgc/classes/simple_components.txt
[javac] Note: Wrote file file:/compiler/androidX/build/oXCgc/classes/simple_components_build_info.json
[javac] Note: Wrote file file:/compiler/androidX/build/oXCgc/classes/AutogeneratedOdeMessages.java
[javac] Note: Wrote file file:/compiler/androidX/build/oXCgc/classes/ComponentsTranslation.java

process:
[mkdir] Created dir: /compiler/androidX/out/oXCgc
[mkdir] Created dir: /compiler/androidX/build/oXCgc/externalComponents
[mkdir] Created dir: /compiler/androidX/build/oXCgc/externalComponents-classes
[java]
[java] Extensions : Generating extensions
[java]
[java] Extensions : Generating files [com.umut]
[java] Extensions : Copying file com/umut/Promysql.class
[java] Extensions : Successfully created com.umut build info file
[java] Extensions : Successfully created com.umut extension properties file

unjarAllExtensionLibraries:

unjarExtensionLibraries:
[unzip] Expanding: /compiler/androidX/build/oXCgc/externalComponents-classes/com.umut/mysql-connector-j-8.0.33.jar into /compiler/androidX/build/oXCgc/externalComponents-classes/com.umut

jarAllExtensions:

jarExtension:
[jar] Building jar: /compiler/androidX/build/oXCgc/externalComponents-classes/com.umut.jar

ProGuard:
[copy] Copying 1 file to /compiler/androidX/build/oXCgc/externalComponents/com.umut/files
[echo] Generated build file AndroidRuntime.jar [com.umut]

dexAllExtensions:

dexExtension:
[java]
[java] PARSE ERROR:
[java] InvokeDynamic not supported
[java] …while preparsing cst 000a at offset 0000002f
[java] …while parsing com/mysql/cj/DataStoreMetadataImpl.class
[java] 1 error; aborting


First, please use English as there is no translator available here.

Also, you are extremely recommended to work on a PC when you want to build extensions. Not only is it easier, bit it also gives you a lot of working space.

1 Like

@Umut_Mutlu Remove the “mysql:” from your code like this :arrow_down:

@UsesLibraries(libraries = “mysql-connector-java.jar”)
1 Like

topic closed mod
Delete

After some digging, it seems that lambda expressions are not implemented in AppInventor sources. Therefore, Niotron IDE wouldn’t have implemented it.

Try to use Rush. However, you are still working on a mobile device, and Rush is only for desktops.

1 Like