Recent content by George-G

  1. G

    What are the steps to convert apk to Android runtime (art)?

    I've found some more information by chance from the ./android --help for other Linux users at least. To update your app to the latest release you just need from the terminal ./android update project and ./android update project --help lists the method to update your project. Mine had some new...
  2. G

    What do I need to fix to get my APK working on my new 64 bit phone?

    I ended up having to pay a developer who knows the new Android runtime so I'm waiting on them to update it.
  3. G

    What do I need to fix to get my APK working on my new 64 bit phone?

    Re: what do i need to fix to get my apk working on new 64 bit phone I was part of the development team at a conference that made it but there was multiple developers also. It was created to perform the same task on an Android not as a Google Play store app but now I found it doesn't work on...
  4. G

    What are the steps to convert apk to Android runtime (art)?

    steps to convert apk to Android runtime (art) Is there any information on converting apk files to art files available yet? I've found its a key issue causing apps to fail with Android 5.0 lollipop and there doesn't seem to be anyway to convert or write art apps. I can convert my app from apk to...
  5. G

    What do I need to fix to get my APK working on my new 64 bit phone?

    what do i need to fix to get my apk working on new 64 bit phone I've had a working apk for over a year on my 32 bit Android Atrix HD. But my new 64 bit Android Mlais M7 after the app installs just says unfortunately the app stopped. Is there something that I'm missing or another forum post that...