Rupesh Kumar
Rupesh Kumar
As of now, I observe that [DOWNLOAD_EMU](https://github.com/processing/processing-android/blob/475224e1d0572944f34306b9bb6dd4d1df8a92d0/mode/src/processing/mode/android/SDKDownloader.java#L69) is always set to false. It might have been set because of emulator issues. The download destination will be `/sdk/emulator` based on [this](https://github.com/processing/processing-android/blob/475224e1d0572944f34306b9bb6dd4d1df8a92d0/mode/src/processing/mode/android/SDKDownloader.java#L118)...
Faced an error while trying to open a tutorial hyperlink mentioned in the dialog box. ``` Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at processing.mode.android.AndroidUtil$1.hyperlinkUpdate(AndroidUtil.java:78) at javax.swing.JEditorPane.fireHyperlinkUpdate(JEditorPane.java:342) ``` 
I faced no issue in loading the shared library in MainActivity.java So I loaded the shared libraries from private storage as follows: ``` System.load("/data/data/com.myexample.runaapt2so/files/platform/x86/system/lib/libc++.so"); System.load("/data/data/com.myexample.runaapt2so/files/platform/x86/system/lib/libprotobuf-cpp-lite.so"); System.load("/data/data/com.myexample.runaapt2so/files/x86/lib/libaapt2.so"); ``` I added two...
I am looking for a way to use it without a dialog box. Can you guide me a way to add the views inside a linear layout programmatically by "linearLayout.addview()"...
Fixes #746  **Steps to Reproduce** > Open Processing > Help > Environment or Reference > See Console for the error log As mentioned by @benfry on #746 we require...
Sorry but am not getting how to adjust completeaapt.sh and call library by System.loadLibrary("aaptcomplete"); (it says could not find library in android studio project) I am unable to load aaptcomplete...
I personally tried and its really helpful, If anyone can provide a method to use Firebase library and to use its config.json file in App generation, It will be very...