error

0 favourites
  • 2 posts
From the Asset Store
7 Errors
$15 USD
7 Errors is a game where you have to find the 7 mistakes before time runs out. Can you find all 7? Have fun looking.
  • Enhance.co wrote me :

    Your app is failing because of incorrect one of "uses-permission" tag. Could you remove extra space from '<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE "/>' (after WRITE_EXTERNAL_STORAGE and before last " char)?

    You should replace:

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE "/>

    to:

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for letting us know about this Wael-Alwasel I've corrected this for the next beta release.

    Do you actually need this permission? Prior to r169 it was included because a library we used added it, but it wasn't required. We removed it to get rid of unneeded permissions in exported games, but included an option to add it back in case it was critical to anyone's games. However, I'm not aware of any normal use case that would require it.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)