DevrishiGupta's Recent Forum Activity

  • > Maybe this helps, you can sign your app not opening Android Studio, but using the tools of its sdk.

    > In this topic you can see the comand that you need to do it.

    >

    > Is not exactly what you are asking, but maybe is worthed.

    > what-s-worng-with-mobile-advert-solved_t199528?&hilit=admob+mobile+advert

    >

    Thanks Rasputin. I will try what you have said and will tell you if all goes well.

    Regards

    Devrishi

    I cannot thank you enough Rasputin it worked!!! now i can sign my app. but i have a little issue

    when i installed my app on the phone no interstitial ads show up. I tried using your capx file and included my app id and ad id but no ads show up.does admob takes some time before it can send ads. There were no ads request made my app. i checked it on admob dashboard. do you know why? please help

  • Maybe this helps, you can sign your app not opening Android Studio, but using the tools of its sdk.

    In this topic you can see the comand that you need to do it.

    Is not exactly what you are asking, but maybe is worthed.

    Thanks Rasputin. I will try what you have said and will tell you if all goes well.

    Regards

    Devrishi

  • Please help.

    I am trying to sign the unsigned apk, i generated from construct 3 in android studio. I am getting this error.

    ------------------------------------

    Error:Android Source Generator: Error: Can't find bundle for base name messages.AndroidJpsBundle, locale en_IN

    java.util.MissingResourceException: Can't find bundle for base name messages.AndroidJpsBundle, locale en_IN

    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)

    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)

    at java.util.ResourceBundle.getBundle(ResourceBundle.java:773)

    at org.jetbrains.jps.android.AndroidJpsBundle.getBundle(AndroidJpsBundle.java:22)

    at org.jetbrains.jps.android.AndroidJpsBundle.message(AndroidJpsBundle.java:32)

    at org.jetbrains.jps.android.AndroidJpsUtil.getAndroidPlatform(AndroidJpsUtil.java:475)

    at org.jetbrains.jps.android.AndroidSourceGeneratingBuilder.computeModuleDatas(AndroidSourceGeneratingBuilder.java:1267)

    at org.jetbrains.jps.android.AndroidSourceGeneratingBuilder.doBuild(AndroidSourceGeneratingBuilder.java:130)

    at org.jetbrains.jps.android.AndroidSourceGeneratingBuilder.build(AndroidSourceGeneratingBuilder.java:114)

    at org.jetbrains.jps.incremental.IncProjectBuilder.runModuleLevelBuilders(IncProjectBuilder.java:1263)

    at org.jetbrains.jps.incremental.IncProjectBuilder.runBuildersForChunk(IncProjectBuilder.java:940)

    at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:1012)

    at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:903)

    at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunks(IncProjectBuilder.java:736)

    at org.jetbrains.jps.incremental.IncProjectBuilder.runBuild(IncProjectBuilder.java:384)

    at org.jetbrains.jps.incremental.IncProjectBuilder.build(IncProjectBuilder.java:192)

    at org.jetbrains.jps.cmdline.BuildRunner.runBuild(BuildRunner.java:138)

    at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:295)

    at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:125)

    at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler.lambda$channelRead0$0(BuildMain.java:236)

    at org.jetbrains.jps.service.impl.SharedThreadPoolImpl.lambda$executeOnPooledThread$0(SharedThreadPoolImpl.java:42)

    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

    at java.util.concurrent.FutureTask.run(FutureTask.java:266)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

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

    ----------------------------

    can anyone help to resolve this problem

  • Dear All,

    I am using construct 3 for my project and i have created Interstitial ads units in Admob. I have added MobileAdvert plugin in my project and added my application Id in the property panel. In the event sheet i am doing "on start of layout create Interstitial ad unit and there i place my ad unit ID.

    and then i have a check mechanism in which if the player click the wrong button, I display the ads.

    I am adding an action "mobile advert -> show Interstitial advert"

    when i make a debug apk of my project and ran it in my phone, nothing is showing up.

    Please help as there are no youtube video or content i found to solve my problem.

    Regards

  • Yeah, I thought that it would not work because of the instant action of on tap.

    I have a project where I used to use On Tap and Double Tap but I changed to "sliding", so now, instead of Tap, the player needs to slide the screen so if he slides just a bit it will have a small jump strenght, if he slides more, it will have more jump strenght.

    Sending the img of my project so you can try if you like it.

    Thanks Klabundee. I will try to use this mechanics.

  • The problem is - when you do double-tap, the system first registers a single tap! So your character always start with high jump. And once it's in the air, the only way to make the jump lower is to adjust VectorY.

    Another issue is that people do double-tap with a different speed. So the character jump height will depend on how quickly double-tap was performed.

    I suggest you reconsider your control system.

    Thanks Sir. I am also thinking about this. i think this is not possible since if i double tap the system will first register a single tap and perform that action.

    Regards

  • >

    > > Try this:

    > >

    > > 1) Disable the double jump on platform behaviour;

    > > 2) On tap (Single Tap)

    > > - Set jump strenght: 500

    > > - Simulate Platform Jump

    > > 3) On Double tap

    > > - Set jump strenght: 250

    > > - Simulate Platform Jump

    > >

    >

    > Sir i tried this but this is not working as well. I disable the double jump and have set the jump strength. now the sprite is not jumping at all.

    > i am attaching an image - ibb.co/e1B7an

    >

    Try to swap the action: Set Vector Y and use Simulate Control: Jump

    Sir not working still <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad" />. the sprite is jumping to same height in single tap and also in double tap

  • Try this:

    1) Disable the double jump on platform behaviour;

    2) On tap (Single Tap)

    - Set jump strenght: 500

    - Simulate Platform Jump

    3) On Double tap

    - Set jump strenght: 250

    - Simulate Platform Jump

    Sir i tried this but this is not working as well. I disable the double jump and have set the jump strength. now the sprite is not jumping at all.

    i am attaching an image - ibb.co/e1B7an

  • Hello Everyone,

    I am trying to implement a logic to perform double jump if the user single tap and to do single jump if the user double tap.

    for this i have written this code (link below) but this is not working.

    Can anyone provide some input to do this.

    Regards

    Dev

    code - ibb.co/dKs8gS

    layout- ibb.co/gdAavn

  • Thank you Sir for the explanation. That clear my doubt.

    Regards

    Devrishi

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Dear All,

    I am a beginner and just started to learn construct 3. currently i am making a break out game and i have created the basic game ie moving the paddle, destroying the object, moving to new layout(level) when all the bricks are destroyed.

    But then i decided to change the game a little. I am thinking to add a functionality that when some of my blocks gets destroyed, I want to recreate some blocks randomly to continue on playing for which i used System -> create object. but when the blocks are created, they just sit there and do nothing. ie not get destroyed when the ball hits it. so i am thinking that the behaviour are not applied to the newly created object. I have added physics to each block.

    so here is my question. Is there any way to create new instance of object with all the behaviour applied at runtime.

    Regards

    Devrishi Gupta

DevrishiGupta's avatar

DevrishiGupta

Member since 13 Jan, 2018

None one is following DevrishiGupta yet!

Trophy Case

  • 6-Year Club
  • Email Verified

Progress

7/44
How to earn trophies