Member
Last active 3 years ago
Since I had no luck with previous versions, I went back to PubCoder 3.6, and compiled an APK from one of the sample projects, Illustrated Book, which has events on tap.
It doesn't work on any device I tried, so it seems this version of PubCoder is broken.
I downgraded PubCoder to 3.55 and successfully opened the project saved into 3.6
However, trying to compile the APK I get the following:
.../android/sdk/android-sdk-macosx/tools/ant/build.xml:597: The following error occurred while executing this line: /Volumes/Data/Users/user/Library/Application Support/PubCoder/android/sdk/android-sdk-macosx/tools/ant/build.xml:716: The following error occurred while executing this line: /Volumes/Data/Users/user/Library/Application Support/PubCoder/android/sdk/android-sdk-macosx/tools/ant/build.xml:730: Compile failed; see the compiler error output for details.
I tried downgrading to JDK8, reinstalling the SDK from PubCoder preferences, even removing Android Studio from my machine, without luck. I also tried versions 3.51 and 3.42 with similar results.
Any help would be much appreciated.
Hello!
I have an app originally built in Pubcoder 3.5.x that I'm translating (mostly text and image changes)
I upgraded to the last version (3.6.4), and did my changes.
However after installing the APK in several devices, I found that there are a lot of things that were previously working fine, that won't anymore, namely:
External js bound events seem to work fine, tho.
Is there something I should do to my project when upgrading?
If I go back to Pubcoder 3.5, would I be able to open the project, now saved in 3.6.4?
Thank you in advance, this was supposed to be a pretty straight forward update to my project and now I'm at loss on how to proceed.
Hi!
I have a (published) app that has some custom JS that won't play nicely in Android < 6.
Regularly I would specify the min/target API level in the manifest file, but since PubCoder creates it and packs it, I have no access AFAIK.
Is there a way to specify the minimum Android API level somewhere in PubCoder?
Thanks!