Playtronic's Forum Posts

  • I'm trying to export my project to APK, but during transfer, the process fails.

    My project is about 40mb, I tried to export other projects with this size and I couldn't do it either.

    So I exported a small project with less than 10mb and it worked, is anyone having the same problem?

    Construct 3 version: R255 and R256

    Tagged:

  • See this thread for Mobile Advert changes in r254.

    Hi, Ashley

    In this tutorial, most of the settings needed are only for IOS and EU regulation.

    My project is only available for Android and is restricted to South America.

    In the attached sample project, was there any configuration missing for the ad to work? Is my project wrong? If I configured everything correctly, why don't the ads load?

  • Ads are not shown because the plugin for some reason "blocks" ads from being shown if the consent status is unknown. Just set the status to personalized using the action set user personalization and ads will load and show. It is not the correct way but this is how the plugin works right now...

    Thanks for your tip, I tried this but nothing has changed, the problem persists. I'm worried that this could seriously harm my work :(

  • In old versions of my game the ads are working normally, but I'm trying to create a new version using the updated plugin and no ads are displayed on the Android device, no interstitials, no banners... none! My game is restricted to South America, does anyone know why this is happening?

    I used version R254 and R255.

    Admob plugin is not working in these 2 versions!

    Sample project:

    app.box.com/s/k28t95upe3jfvp1tfaskohwy3wynr1t5

  • In old versions of my game the ads are working normally, but I'm trying to create a new version using the updated plugin and no ads are displayed on the Android device, no interstitials, no banners... none! My game is restricted to South America, does anyone know why this is happening?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads

    Error: Checking Java JDK and Android SDK versions

    ANDROID_SDK_ROOT=~~/androidSDK (recommended setting)

    ANDROID_HOME=~~/androidSDK (DEPRECATED)

    Using Android SDK: ~~/androidSDK

    :wrapper

    BUILD SUCCESSFUL in 0s

    1 actionable task: 1 executed

    Subproject Path: CordovaLib

    Subproject Path: app

    FAILURE: Build failed with an exception.

    * What went wrong:

    Could not initialize class java.nio.file.FileSystems$DefaultFileSystemHolder

    * Try:

    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    * Get more help at https:/~~/help.gradle.org

    BUILD FAILED in 564ms

    Command failed with exit code 1: ~~/gradlew cdvBuildDebug -b ~~/build.gradle

    Me too, I'm all day trying to export my project and it gets this same error every time. I tried using two different computers...

  • Hi,

    I would like to know if there is any way to include in my project, an in-game option to share with Chromecast.

    Thank you for your attention :)

    Hi,

    I would like to know if there is any way to include in my project, an in-game option to share with Chromecast.

    Thank you for your attention :)

  • Obrigado

  • Hi,

    I'm developing a game for Android, but when I tap the back button on the phone, the application ends. I just wanted to go back to the previous layout, or restart layout. I didn't find any option to prevent the app from closing. Would anyone know how to solve it?

  • No, it's just a page with a single video on it

  • Hi!

    I created a game using Construct 2, in this game there are some links to external videos that open inside the game itself.

    When exporting the game to Construct 3, the videos open in the external browser and this destroys the entire purpose of the game.

    Is there a way to make external videos open within the game?

    Note: I am exporting to APK with Construct 3.

    Before using Construct 3, I exported the game to HTML5 on Construct 2 and used software called Website 2 Apk, to convert it into an application, it worked very well, but I would like to use only Construct 3 for everything.