racsilva1's Forum Posts

  • Anyone knows if is possible to make a video chat in construct 2?

  • Is it possible to create a video chat with construct 2?

    I´m trying to use multiplayer to sync object UserMedia, then when 2 players are in the same room I request the cam, but it dont pass the video data when the players accept the cam request.

    So I want to know if there are any workaround to make this possible?

    Thanks

  • Is there any plugin to access camera flash?

    Is it possible to do it for android?

    Thanks

  • Any hint about this problem?

    I found a similar problem: http://stackoverflow.com/questions/6009 ... eader-size

    I have decompiled the apk here: http://www.javadecompilers.com but I dont find the problem. I can´t find the style.xml and ids.xml files...

    What could be causing the problem? Any tips?

  • I exported my game with intel xdk + crosswalk. The app is signed and aligned.

    When I tried to upload the app to google play it show me this message:

    Failed to run aapt dump badging:

    W/ResourceType(430995): Bad resource table: header size 0x0 or total size 0x7b3 is not on an integer boundary

    ERROR: dump failed because the resource table is invalid/corrupt.

    I tried to decompile the app using apktool but it display the same error. What should I do? Where is the problem?

    Thanks in advance

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Any solution to this problem?

    I´m having the same problem when I try to upload apk to google play:

    Failed to run aapt dump badging:

    W/ResourceType(430995): Bad resource table: header size 0x0 or total size 0x7b3 is not on an integer boundary

    ERROR: dump failed because the resource table is invalid/corrupt.

    I tried to use apktool to decompile the app but it show me the same problem...

    Any tips?