Hello guys. I have an issue regarding adding external library to App inventor sources.
here I have imported jar file in the JarFolder directory
Edited the components/build.xml file
But after importing package it's showing error in IDE. But compiles successfully.
but when I try to compile extensions, it compiles without any error. I wanted to know is this it's natural behavior or only I'm getting this issue. Also I am not using the default theme of intellij idea. can It be issue?
Try something like this : <copy toFile="${public.deps.dir}/mixpanel.jar" file="${lib.dir}/C:\Users\Salman\appinventor-sources\appinventor\lib\JarFolder/mixpanel.jar" />