-
-
Notifications
You must be signed in to change notification settings - Fork 297
"Cannot find 'android.view' library" when trying example sketch #128
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
Please make sure you're in Android mode.
|
@omerjerk @Manindra29 I run the mode after applying Manindra's fix processing/processing@76a9fac but still get
Is there anything else we need to update in the mode's code? |
I'm also getting it. |
This has now been fixed in processing/processing@7780150 @codeanticode @omerjerk, please verify. We can then close this. |
This is fixed now with the latest commits by @Manindra29. |
confirming that the "cannot find library" error is gone. This fix will be incorporated in the next release of the mode, to be out alongside beta 6. Thanks @Manindra29 ! |
I've installed AndroidMode, and finally got it working with Processing (had to download version 3.0a11. Now I'm just trying to do a sample build to make sure it's running properly.
Here's the code I'm trying:
But I just keep getting told that there is no Android view library, or even no Android library if I try
import android.*;
The text was updated successfully, but these errors were encountered: