# Quickest way of compile/upload in Android mode

**URL:** https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281
**Category:** Processing for Android
**Created:** [October 1, 2020, 11:08pm UTC](https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281 "2020-10-01T23:08:38Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![juanjoc](https://avatars.discourse-cdn.com/v4/letter/j/e480ec/32.png) [@juanjoc](https://discourse.processing.org/u/juanjoc)
#### Post date: [October 1, 2020, 11:08pm UTC](https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281/1 "2020-10-01T23:08:38Z")

</div>

Hello everyone

I have been working with processing for Android and I don’t know which is the quickest way of upload an app to android. Because sometimes when the app is uploaded and then something is wrong, I have to correct and wait again 2 minutes. Also, when I upload a program for example with a missing variable declaration mistake, Processing shows the problem but 2 minutes after, when the app is uploaded and not before upload. It spends much more time than for example java mode, that shows the problem before run the program and also the compilation is more quickly

In those two cases there is any solution or way that overcome those problems in Processing for Android?

Thanks in advance

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [October 2, 2020, 12:20am UTC](https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281/2 "2020-10-02T00:20:16Z")

</div>

Use APDE. Compiles in seconds.

---

<div class="post-metadata">

### Author: ![juanjoc](https://avatars.discourse-cdn.com/v4/letter/j/e480ec/32.png) [@juanjoc](https://discourse.processing.org/u/juanjoc)
#### Post date: [October 2, 2020, 11:33am UTC](https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281/3 "2020-10-02T11:33:18Z")

</div>

Okay. So that is to edit and compile the programs in the smartphone but not with a computer, right?

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [October 2, 2020, 12:21pm UTC](https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281/4 "2020-10-02T12:21:05Z")

</div>

I use APDE exactly for the reason you described, but I work on my PC for editing.  
I use an app called Pigeon wich shares the clipboard’s from PC and phone.  
So I edit on my PC, and when I want to test my code, I press select/copy all, and then on my phone with APDE already open select/paste all. After that I press run, and the code is compiled within a few seconds.

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [October 3, 2020, 8:56pm UTC](https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281/5 "2020-10-03T20:56:57Z")

</div>

I have alt-c running on a Mac and a Samsung S2. I’m unable to find a way to copy/paste source code into APDE. Anyone have experience with doing this on an S2?

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [October 3, 2020, 9:08pm UTC](https://discourse.processing.org/t/quickest-way-of-compile-upload-in-android-mode/24281/6 "2020-10-03T21:08:06Z")

</div>

Never mind. I figured it out (not real sure how I did it.)
