Does this extension have ID Support?
So that you can create more than 2 lists with the same extension on the screen.
With two SingleChoicePickers on the same screen, the second gives an error without a message and makes the screen flash, then closes the app. This also happens with the companion.
ID support is not there but you can take two extension components and create 2 lists with each component this will work without any issue and try in Apk.
hello, once i try to run my app using this extension i get the following error: Error from Companion: java.lang.VerifyError: Verifier rejected class com.thekstudio.CustomListPicker.CustomListPicker: void com.thekstudio.CustomListPicker.CustomListPicker.ShowListPicker() failed to verify: void com.thekstudio.CustomListPicker.CustomListPicker.ShowListPicker(): [0x118] register v0 has type Precise Reference: a but expected Reference: android.widget.ArrayAdapter (declaration of 'com.thekstudio.CustomListPicker.CustomListPicker' appears in /storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/assets/external_comps/com.thekstudio.CustomListPicker/com.thekstudio.CustomListPicker.jar)
These are my blocks so far, doing many trials with my app i noticed probably an interference with the BASE64 extension, but i'm not 100% sure that this is the main cause of my problem.
There is a high chance that one of the extension is not compatible with other.
Try to import all extensions in a sample project and try to build by removing one of the extension which will help you to identify the extension causing build failed.
Probably their proguard rules need an update? I do not know...
You could use the latest version of the App Inventor sources to build your extension, which already use the correct proguard rules
Alternatively build a new version without proguard
hi @The_K_Studio, One question, i am using this extension but i recive de RUN TIME ERROR "resource ID #0x0"
i saw here that this happens because of the theme, but i am a beginner and i dont know what are you talking about. if u are talking about the normal background color or what. i would be grateful if u can help me!