# About processing

**URL:** https://discourse.processing.org/t/about-processing/13648
**Category:** Processing for Android
**Created:** [August 27, 2019, 1:56pm UTC](https://discourse.processing.org/t/about-processing/13648 "2019-08-27T13:56:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ermina](https://avatars.discourse-cdn.com/v4/letter/e/e68b1a/32.png) [@ermina](https://discourse.processing.org/u/ermina)
#### Post date: [August 27, 2019, 1:56pm UTC](https://discourse.processing.org/t/about-processing/13648/1 "2019-08-27T13:56:40Z")

</div>

Hello,  
i would like to know if there is a way to open an existing apk file with processing 3?  
If there is, how can i open it and which mode must i use?Android?

Thank you

---

<div class="post-metadata">

### Author: ![akenaton](https://avatars.discourse-cdn.com/v4/letter/a/a88e4f/32.png) [@akenaton](https://discourse.processing.org/u/akenaton)
#### Post date: [August 28, 2019, 5:11pm UTC](https://discourse.processing.org/t/about-processing/13648/2 "2019-08-28T17:11:44Z")

</div>

@ermina ===  
.apk cannot be opened by P5 “as it is”; you have firstly to decompile it and find the source; then you can open it withP5 android mode. As for decompiling if you unzip an .apk you will get all the res that are used, the manifest but not the code; in order to decompile the classes it depends of your system, but anyway decompilers exist for MAC, UNIX && WINDOWS

---

<div class="post-metadata">

### Author: ![ermina](https://avatars.discourse-cdn.com/v4/letter/e/e68b1a/32.png) [@ermina](https://discourse.processing.org/u/ermina)
#### Post date: [August 30, 2019, 7:41am UTC](https://discourse.processing.org/t/about-processing/13648/3 "2019-08-30T07:41:34Z")

</div>

@akenaton How can i decompile it in order to open and edit the code with P5???

---

<div class="post-metadata">

### Author: ![akenaton](https://avatars.discourse-cdn.com/v4/letter/a/a88e4f/32.png) [@akenaton](https://discourse.processing.org/u/akenaton)
#### Post date: [August 30, 2019, 9:52am UTC](https://discourse.processing.org/t/about-processing/13648/4 "2019-08-30T09:52:12Z")

</div>

@ermina === read my previous post!
