Hey,
I've written a programm which is using twitter data. I am using the twitter4j library. In the standard mode my programm works, both in processing 1.5.1 and 2.0a4. But in the android mode it doesn't work, though using the twitter4j-android2.2.5 library
I am using :
Android sdk API 8
i assume there is smething wrong with the library
Can anybody help?
here is the error i get:
-compile:
[javac] Compiling 2 source files to C:\Users\ADRENA~1\AppData\Local\Temp\android6149284889885929011.pde\bin\classes
[javac] error: error reading C:\Users\ADRENA~1\AppData\Local\Temp\android6149284889885929011.pde\libs\twitter4j-examples-2.2.5.jar; error in opening zip file
[javac] 1 error
BUILD FAILED
C:\Program Files\Android\android-sdk\tools\ant\build.xml:602: The following error occurred while executing this line:
C:\Program Files\Android\android-sdk\tools\ant\build.xml:622: Compile failed; see the compiler error output for details.
Total time: 3 seconds
I've written a programm which is using twitter data. I am using the twitter4j library. In the standard mode my programm works, both in processing 1.5.1 and 2.0a4. But in the android mode it doesn't work, though using the twitter4j-android2.2.5 library
I am using :
Android sdk API 8
i assume there is smething wrong with the library
Can anybody help?
here is the error i get:
-compile:
[javac] Compiling 2 source files to C:\Users\ADRENA~1\AppData\Local\Temp\android6149284889885929011.pde\bin\classes
[javac] error: error reading C:\Users\ADRENA~1\AppData\Local\Temp\android6149284889885929011.pde\libs\twitter4j-examples-2.2.5.jar; error in opening zip file
[javac] 1 error
BUILD FAILED
C:\Program Files\Android\android-sdk\tools\ant\build.xml:602: The following error occurred while executing this line:
C:\Program Files\Android\android-sdk\tools\ant\build.xml:622: Compile failed; see the compiler error output for details.
Total time: 3 seconds
1