loz666's Forum Posts

  • 11 posts
  • A quick update;

    deleting jdk10 and installing jdk8 worked straight away. So thank you Manny.

    I had a go using Android studio but hit a few snags on the way and have not resolved yet. But thank you TheMob000 for the response.

  • Thanks for the replies.

    I will give both ways a go.

  • Release key is a jks.

    Command being used;

    C:\xxxxx\AppData\Local\Android\sdk\build-tools\27.0.3\apksigner sign --ks release-key.jks --out signed.apk aligned.apk

  • Try Construct 3

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

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

    I have exported my app as an Android unsigned release (7.0+).

    Then created a release key.

    Then created the aligned apk.

    But when I try to use the apksigner I get;

    'Failed to load signer "signer #1"'

    'Java.io.IOException: invalid keystore format'

    I have deleted and iterated around the whole build a number of times, but still the same issue.

    Anybody have any pointers as to what I could try to resolve?

    Thanks in advance.

  • It seems to be working today.

    At least for the export I have just tested.

  • Hi,

    using the editor on a desktop.

    I have created a simple app with just a few text fields and computations between them.

    I have also added the mobile advert plug-in as that is what I was wanting to test.

    The app works fine when using Preview layout and Remote Preview (just that I could not see the banner advert).

  • I don't seem to be able to export any of my projects with any combination of output (HTML/Android).

    A pop-up appears that says; "Failed to export project". But nothing else (reason, error code etc.).

    This is the first time I have attempted to export with Construct 3, am I missing something obvious?

  • I had the same issue through IE.

    Seems fine in Chrome though,

  • Further investigation reveals that the buttons are there they are just not displaying. I.e. if I touch that area of screen I can see a blue rectangle appear briefly.

  • Hi,

    I have created a very simple 2 layout program.

    Layout 1 displays some text, then a button below that (that takes user to layout 2 on being pressed), then a jpg graphic below that.

    Layout 2 displays some text then 3 buttons below the text.

    I have exported and Ftp'd across to my web hosting provider.

    Testing through a desktop browser all looks fine.

    Testing on my HTC phone running Android 4.4.2

    Layout 1 just shows text and jpg image.

    If I then select the browser page select (currently open pages) so that the layout reduces in size, the jpg disappears and the button appears.

    If I then bring the page back to normal size I can click on the button, this takes me to layout 2.

    Layout 2 then shows the text but no buttons, same action as above and buttons appear.

    Any ideas?

  • Hi,

    I have created a simple AJAX example along the lines of the tutorial.

    All works well with text files.

    I then created an ASP file that just displaye the current date and time.

    I was expecting IIS to process the ASP script when called from the AJAX application and pass back the date and time. All I get though is the first line of the ASP source file.

    The ASP file works correctly when called directly from a browser.

    Any ideas how I am managing to bypass IIS and the ISAPI filter?

    Cheers.

  • 11 posts