E

Esteban P

Member

Last active 4 years ago

  1. 4 years ago
    Sun Dec 15 16:33:32 2019
    E Esteban P posted in Pubcoder 3.6 and Android.

    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.

  2. Sat Dec 14 18:54:32 2019
    E Esteban P posted in Pubcoder 3.6 and Android.

    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.

  3. Wed Dec 4 04:29:05 2019
    E Esteban P started the conversation Pubcoder 3.6 and Android.

    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:

    • Run javascript on tap (buttons, and other objects)
    • Animations (play on load, play on tap, not sure if the problem are the animations or the events)
    • Soundtrack

    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.

  4. Mon Jun 17 17:33:52 2019
    E Esteban P started the conversation Android minimum version.

    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!