About processing

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

@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

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

@ermina === read my previous post!