Pagr13's Forum Posts

  • Can you please help me with what you just suggested? How can I upload my app on a server? Is there any tutorial?

  • I have created an app through Construct 3, and it is live on Google Play Store. However, I add new content everyday, and therefore need to update my app everyday. How do I update my existing app on Google Play Store without the need to resubmit new .aab file? Is there a way?

  • Android compatibility

    help_outline

    API (unsupported)

    Warning

    Issue 1 of 10Called once during testing

    API

    Landroid/content/Context;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handler;Landroid/os/UserHandle;)Z

    Stack trace #1

    StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/content/Context;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handler;Landroid/os/UserHandle;)Z

    StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/content/Context;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handler;Landroid/os/UserHandle;)Z

    at android.os.StrictMode.lambda$static$1(StrictMode.java:428)

    at android.os.-$$Lambda$StrictMode$lu9ekkHJ2HMz0jd3F8K8MnhenxQ.accept(Unknown Source:2)

    at java.lang.Class.getDeclaredMethodInternal(Native Method)

    at java.lang.Class.getMethod(Class.java:2064)

    at java.lang.Class.getDeclaredMethod(Class.java:2047)

    at aLZ.a(PG:11)

    at aMw.a(PG:11)

    at aMa.a(PG:43)

    at cBg.<init>(PG:4)

    at cAx.run(PG:9)

    at android.os.Handler.handleCallback(Handler.java:873)

    at android.os.Handler.dispatchMessage(Handler.java:99)

    at android.os.Looper.loop(Looper.java:193)

    at android.os.HandlerThread.run(HandlerThread.java:65)

    API (unsupported)

    Warning

    Issue 2 of 10Called once during testing

    API

    Landroid/graphics/Typeface;->sSystemFontMap:Ljava/util/Map;

    Stack trace #1

    StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/graphics/Typeface;->sSystemFontMap:Ljava/util/Map;

    StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/graphics/Typeface;->sSystemFontMap:Ljava/util/Map;

    at android.os.StrictMode.lambda$static$1(StrictMode.java:428)

    at android.os.-$$Lambda$StrictMode$lu9ekkHJ2HMz0jd3F8K8MnhenxQ.accept(Unknown Source:2)

    at java.lang.Class.getDeclaredField(Native Method)

    at androidx.test.tools.crawler.platform.hybrid.TextViewHelper.getSystemFontMap(TextViewHelper.java:3)

    at androidx.test.tools.crawler.platform.hybrid.TextViewHelper.<clinit>(TextViewHelper.java:1)

    at androidx.test.tools.crawler.platform.hybrid.TextViewHelper.getTextOfTextViewOrEmpty(TextViewHelper.java:1)

    at androidx.test.tools.crawler.platform.hybrid.EspressoElement.extractDescription(EspressoElement.java:4)

    at androidx.test.tools.crawler.platform.hybrid.EspressoElement.create(EspressoElement.java:2)

    at androidx.test.tools.crawler.platform.hybrid.ViewScreenStateBuilder$ViewTreeNode.<init>(ViewScreenStateBuilder.java:1)

    at androidx.test.tools.crawler.platform.hybrid.ViewScreenStateBuilder.traverseAndBuild(ViewScreenStateBuilder.java:5)

    at androidx.test.tools.crawler.platform.hybrid.HybridStateExtractor.tryExtractingScreenState(HybridStateExtractor.java:9)

    at androidx.test.tools.crawler.platform.hybrid.HybridStateExtractor.getStableScreen(HybridStateExtractor.java:2)

    at androidx.test.tools.crawler.platform.RemotePlatform.handlePerformScrape(RemotePlatform.java:1)

    at androidx.test.tools.crawler.platform.RemotePlatform.messageLoop(RemotePlatform.java:27)

    at androidx.test.tools.crawler.platform.RemotePlatform.lambda$startCrawlAndWaitUntilFinished$0$RemotePlatform(RemotePlatform.java:1)

    at androidx.test.tools.crawler.platform.RemotePlatform$$ExternalSyntheticLambda0.run(Unknown Source:6)

    at java.lang.Thread.run(Thread.java:764)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How do I add a header and a "Home" button on every screen of my app, so that whenever a player clicks the "Home" button, he will be taken to the home page?

  • Thank you so much for your help. Will go through the tutorials you just shared. Really appreciate your help.

  • Yes, I mean a Visual Novel, where a player creates his own story. Basically, a player decides how the story unfolds. He/she will be given 2 options, each option will lead the story in a different direction. I actually wanted to understand if I can do this by creating multiple screens, each taking the player to the next scene, or do I need to create if-else logics here.

  • I am a complete beginner here. Still learning the basics of construct 3. Hopefully, I will learn how to make the game myself, but still wanted to know if any one of you have a code that can help me understand how I can create the game. I am not asking it for free, I can purchase the tutorial if its available in the Asset store. Please guide me on this.