Not working for me. I have installed the library in the appropriate folder, added the jar file to the code folder of the sketch... but I get a "Cannot find symbol" error with the provided examples, and this lie gets highlighted: PWidgetContainer widgetContainer;
-compile:
[javac] Since compiler setting isn't classic or modern, ignoring fork setting.
[javac] Since compiler setting isn't classic or modern, ignoring fork setting.
[javac] Since compiler setting isn't classic or modern, ignoring fork setting.
[javac] Compiling 3 source files to C:\Users\Kajuna\AppData\Local\Temp\android3362267626981123584sketch\bin\classes
[javac] Since compiler setting isn't classic or modern, ignoring fork setting.
[javac] C:\Users\Kajuna\AppData\Local\Temp\android3362267626981123584sketch\src\processing\test\test_text_android\test_text_android.java:24: cannot find symbol
[javac] symbol : class PWidgetContainer
[javac] location: class processing.test.test_text_android.test_text_android
[javac] PWidgetContainer widgetContainer;
[javac] ^
[javac] C:\Users\Kajuna\AppData\Local\Temp\android3362267626981123584sketch\src\processing\test\test_text_android\test_text_android.java:25: cannot find symbol
[javac] symbol : class PEditText
[javac] location: class processing.test.test_text_android.test_text_android
[javac] PEditText textField;
[javac] ^
[javac] C:\Users\Kajuna\AppData\Local\Temp\android3362267626981123584sketch\src\processing\test\test_text_android\test_text_android.java:29: cannot find symbol
[javac] symbol : class PWidgetContainer
[javac] location: class processing.test.test_text_android.test_text_android
[javac] widgetContainer = new PWidgetContainer(this); //create new container for widgets
[javac] ^
[javac] C:\Users\Kajuna\AppData\Local\Temp\android3362267626981123584sketch\src\processing\test\test_text_android\test_text_android.java:30: cannot find symbol
[javac] symbol : class PEditText
[javac] location: class processing.test.test_text_android.test_text_android
[javac] textField = new PEditText(20, 100, 150, 50); //create a textfield from x- and y-pos., width and height
[javac] ^
[javac] 4 errors
BUILD FAILED
C:\Program Files\adt-bundle-windows-x86_64-20130522\sdk\tools\ant\build.xml:713: The following error occurred while executing this line:
C:\Program Files\adt-bundle-windows-x86_64-20130522\sdk\tools\ant\build.xml:727: Compile failed; see the compiler error output for details.
Total time: 3 seconds
*EDIT: It must have been a typo. I copypasted the example again and it's working now.
hello!
when i try to run the apwidgets example edit text on my ubuntu10.10 64bit processing 0192 i get the following error after the android emulator starts: