Android中如何使用处理库

发布于 2024-11-16 04:20:38 字数 114 浏览 1 评论 0原文

我必须扩展 PApplet 类吗?我尽量避免创建小程序,因为 Android 有它的活动性。但似乎如果我不创建一个小程序,我就无法使用它的方法。 有人对在Android 中使用Processing 有想法吗?谢谢!

Do I have to extends PApplet class? I try to avoid creating an applet, since android has its avtivity. But it seems if I do not create an applet, I can not use its method.
Does anybody has ideas on using Processing in Android? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是我以为 2024-11-23 04:20:38

最新版本 (1.5.1) 中的处理具有原生 Android 支持。您只需将 IDE 视图从“标准”更改为“Android”即可。

Processing has native Android support in the latest version (1.5.1). You just need to change the IDE view into "Android" from "Standard".

猫七 2024-11-23 04:20:38

第一个答案的附加内容:
<<最新版本 (1.5.1) 中的处理具有原生 Android 支持。您只需将 IDE 视图从“标准”更改为“Android”即可。

当您单击“运行”按钮时,它会自动使用 Android。但是,您必须从网站下载模拟器(SDK http://developer.android.com/ sdk/index.html),您必须告诉处理应用程序在哪里,以便它将您的草图发送到 Android。

additional stuff to the first answer:
<< Processing has native Android support in the latest version (1.5.1). You just need to change the IDE view into "Android" from "Standard".

when you click Run button it automatically uses Android. However you have to download the emulator thing from the website (SDK http://developer.android.com/sdk/index.html) and you have to tell the Processing where the application is so that it sends your sketch to Android.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文