-
-
Notifications
You must be signed in to change notification settings - Fork 297
Not compatible with Android 23 #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @codeanticode, |
That would be great. Use the latest revision, and change PLATFORM_API_LEVEL to 23, and install the SDK automatically from the PDE. Once installed, try running a sketch on the device. |
@omerjerk were you able to test it? |
I'm sorry. I missed your last reply. |
@codeanticode |
I'm still getting the error. What platform are you on? Linux? I'm on OS X, so I wonder if that has something to do with it. The SDK that gets installed is N (23), which shows up in the SDK selection menu like this: Any sketch that I try to run on the device fails with the following error in the console:
|
I'm on Ubuntu, but I don't think this issue is specific to OS. |
Don't know why you didn't see this happening on Linux, but I found the problem: platform preview N has the same API level, 23, las the latest "stable" platform, 6.0, as you can see in the repository xml. So selecting platform only by level was downloading N, but Processing tried to use 23 (6.0), and this lead to the problem. This commit (where platform is selected by matching api level and version) fixes the issue: |
Tested automatically downloading Android SDK 23, but sketched give an error when running the build script that comes with the platform (android-23 not found).
The text was updated successfully, but these errors were encountered: