atlantis_fb's Forum Posts

  • Have you thought about using "Clear Storage" at the beginning?

    Dear newt,

    When I use clearstorage action, saved data resets as you mentioned. But after uninstalling and reinstalling the apk, it finds a saved data again what I don't understand.

    I attached summarize events of debug apk.

    This events used to work until a few days ago (all data resets when uninstalling and reinstalling the apk).

  • I haven't found a solution yet. If anyone experienced this problem before or know the reason of this problem I'm very glad to hear.

    I searched the whole forum and documentation of construct, but I can't find an information about storage mechanism of construct.

    I think, construct debug apks place their data on android where these data only accesible by the app itself.

    So this issue would be regarded as a bug.

    I wish Construct team should consider this issue.

    thanks.

  • Hi,

    My problem is when I uninstall and reinstall the app on android, my game saving is not lost, they come back again. (I used LocalStorage plugin to save achievements).

    When I install the app to a different android device, game starts with no saving data as expected. So I quess there is a save file left on my device and when the apk installed, it finds this saved data.

    I want to learn, what is the location of LocalStorage plugin's save data on android.

    Under "/android/data" subfolder there is a folder named com.myconstructproject which is my project created with debuk apk. And there are "cache" and "file" subfolders in it.

    But the "cache" and "file" subfolders seems to be empty although I checked the show secret files option. There are no files in it.

    Thanks in advance..

    Tagged:

  • I got this warning a few times. It was simply fixed when trying to reopen the project several times.

  • Is the mobile advert plugin work with debuk apks?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is Mobile Advert plugin work with debug apk?

  • Hi,

    I added an one dimensional array (width:4, height:1, depth:1) which has 4 cells. And with floor(random(9)) expression filled the cells which the numbers from 0 to 9.

    I want to check how many times a value exists in this array.

    So I created attached event. My problem is, this event continuosly add 1 to global variable X. I want to check the array once and then stop.

    As an example, if the array cells are (1,4,4,7) and I want to check how many 4's are placed in the array (in this example 2), how can I do it.

    Thanks in advance...

    Tagged: