cittaedintorni's Forum Posts

  • Good evening and congratulations on the excellent work you are doing with construct 3.

    I wanted to ask you, with regard to mobile IAP, is there an update of the plugin that will also manage the subscriptions? If, yes, what will the waiting times be?

    Thanks so much

  • Yes I did this but I would like to understand when the user displays the user consent dialog and chooses AD free how can I do to direct him to the "Shop" layout.

    IAP configured it and in tests it is working.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, can anyone help me to set admob when user chooses AD free?

    I have already set up a "Shop" page where among the other products there is the one to eliminate advertising.

    Thanks so much

  • Hello, it is the R255 version that is not working well. Using the R251.2 I have no problem.

    I have saved my work as a project folder. I edited the project.c3proj file and replaced the version.

    i opened the folder in construct r251.2 and everything works perfectly.

  • Thanks for the help, unfortunately I was unable to get (AS) to work.

    I also formatted the hard drive, partitioned and reinstalled the operating system, unfortunately it didn't help.

    Only one thing has improved: now analyze apks.

    What is strange to me is that the export of construct does not work even after reinstalling the operating system.

  • good evening, soon I'll check the settings of AS. But what could be the cause when I export the apk file?

  • Hi, it is a version problem, I am using the R255, I have tried to write several projects even with only one text box and I always had the error.

    I started the R240 version I created a simple project and the android apk file export works.

    unfortunately the problems remain for android studio

  • Hi, I removed android studio, microsoft edge and construct 3 using revo uninstaller. I have reinstalled everything but the problem remains.

    I tried a simple project only a "Hello World" text box but it always gives me the same compilation problems both of the apk file and of the android studio project.

    I tried to compile the project on different operating systems, Windows 10, Linux and MacOS but always the same problem.

    I really don't know how to fix it.

  • Hi, for a few days I couldn't export signed release version apk nor debug apk. For a day I have been able to export but when I start the app I only see a red screen nothing else. If instead I try to export for android studio it tells me:

    Configure project :app

    An exception occurred while trying to find the Android build tools.

    FAILURE: Build completed with 2 failures.

    1: Task failed with an exception.

    -----------

    * Where:

    Script 'C:\....................' line: 112

    * What went wrong:

    A problem occurred evaluating project ':app'.

    Unable to determine Android SDK directory.

    * 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.

    ==============================================================================

    2: Task failed with an exception.

    -----------

    * What went wrong:

    A problem occurred configuring project ':app'.

    compileSdkVersion is not specified. Please add it to build.gradle

    * 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 help.gradle.org

    BUILD FAILED in 1s

    How can I solve?

    It still doesn't work.

    I tried to export the project for Android Studio and it gives me the error in the image below.

    While in export as a signed release apk it gives me the error in the image below.

    I have the same problem too!

  • Hi, I need to set a text box that contains a time hh: mm: ss, how can I set it to accept only numbers and the character (:)?

    Thanks for your help

  • hello, when i start debug layout from the desktop app, construct 3 closes losing even unsaved work.

    How can I solve?

  • The json file is generated by another construct 3 project. I try to add this data. For the moment I solved it by creating a txt file with the text rev_xx at startup I go to read the txt file first I write it in a text box and compare it with a variable if they are different except the variable and call the reset function. otherwise it continues without resetting. but your suggestion seems better to me I will try to put it into practice.

    sorry my english i use google translate.

  • Hi, I'm creating a game that has 102 levels managed on a json file uploaded from the cloud. To prevent the player from accumulating points by always playing on the same level I have set the destruction of the coins when the level is completed. I have a problem that I have not been able to solve for a few days. I have created a function that resets the game to restore the coins but I would like it to activate only when the file is newer. I ask you how can I read the creation date of the file? Or is it possible to set a variable from a text file that I would put on the cloud?

    Thank you