ValerioCL's Forum Posts

  • 10 posts
  • Ok thanks, let me know if you can solve it

  • Hi,

    I have a problem with the MobileAdvert plug-in. When I export a project in C3 with the Testmode the Ads works. When I export it without the Testmode to publish the app in the Play Store the ads doesn't work. I filled all the play console tabs, including the privacy link.

    Someone can help me?

    Thanks

  • Hi,

    I'm trying to export a C3 project with the Mobile Advert plug-in. I noticed that when I don't use the plug-in, on my phone the APK works, if I use the plug-in the APK crash.

    Up until a month ago the Mobile Advert worked,

    can anyone help me?

    Thanks

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ah ok

  • Mention?

  • Thanks so much!!

  • On C3 I only can export the project in .ZIP. Later I use PhoneGap to build it in apk

  • What is the export function in APK? On C3 I only have Cordova for android

  • Hi,

    I'm exporting a C3 project with PhoneGap; but when I use the AdMobile plug-in the build fail.

    This is the screen of the error:

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.

    Use '--warning-mode all' to show the individual deprecation warnings.

    See docs.gradle.org/4.10.3/userguide/command_line_interface.html

    42 actionable tasks: 42 executed

    FAILURE: Build failed with an exception.

    * What went wrong:

    Execution failed for task ':app:transformDexWithDexForRelease'.

    com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/app/INotificationSideChannel;

    * 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 21s

    Error: /var/gimlet/tmp/47154353088620/3526921/gradlew: Command failed with exit code 1 Error output:

    Note: Some input files use or override a deprecated API.

    Note: Recompile with -Xlint:deprecation for details.

    FAILURE: Build failed with an exception.

    * What went wrong:

    Execution failed for task ':app:transformDexWithDexForRelease'.

    com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/app/INotificationSideChannel;

    * 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 21s

    at ChildProcess.whenDone (/var/gimlet/tmp/47154353088620/3526921/cordova/node_modules/cordova-common/src/superspawn.js:169:23)

    at emitTwo (events.js:126:13)

    at ChildProcess.emit (events.js:214:7)

    at maybeClose (internal/child_process.js:915:16)

    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)

    Can someone help me?

    Thanks.

    Tagged:

  • Hi,

    I'm exporting a C3 project, I used the IAP plugin to sell products into my App, but after uploading it to Google Play Store it says that I'm missing the permissions for BILLING.

    Is there a way I can add this in manually (if not through some options).

    I think its something to do with: <uses-permission android:name="com.android.vending.BILLING" />

    ...but I don't know where to add this.

    Thanks

    Tagged:

  • 10 posts