Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
anrevalle
anrevalle's Profile
1
Posts
2
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Error : cannot access com.android.future.usb.UsbAccessory
[3 Replies]
01-May-2013 07:08 AM
Forum:
Android Processing
Hello,
I try to launch an example of the librairy Arduino ADK USB (analogRead).
I've got this problem :
C:\Users\Andre\AppData\Local\Temp\android8863904892940197716sketch\src\processing\android\test\adk_analogread\Read.java:34: cannot access com.android.future.usb.UsbAccessory
[javac] class file for com.android.future.usb.UsbAccessory not found
[javac] arduino.connect( arduino.list()[0] );
[javac] ^
[javac] 1 error
BUILD FAILED
C:\Android_sdk\tools\ant\build.xml:710: The following error occurred while executing this line:
C:\Android_sdk\tools\ant\build.xml:723: Compile failed; see the compiler error output for details.
Total time: 1 second
Do you know how to solve this problem ?
I try to change the API level 10 to 12 modifying the line :
<uses-sdk android:minSdkVersion="10" />
in AndroidManifest.xml but Processing still saying Build Failed and a line appaired next to API level :
Project Target : Android 2.3.3
API level : 10
WARNING : Attribute minSdkVersion in AndroidManifest.xml (12) is higher than the project target API level (10)
Do you got any idea ?
Thank you in advance.
«Prev
Next »
Moderate user : anrevalle
Forum