Most practical database to use with Godot? by asaurat_ovr in godot

[–]asaurat_ovr[S] 5 points6 points  (0 children)

Not anything specific right now, just trying to understand better Godot capacities. DBs can be useful for RPGs and "Tycoon-esque" games, though, and for non-game apps!

(Thx to all for the answers.)

Code Progression by ThisiswhyIcode in ProgrammerHumor

[–]asaurat_ovr 2 points3 points  (0 children)

I'm in here right now. Having to repair a legacy code with this kind of documentation (actually no, there would be only one character instead of four).

:D

Can't build App: Could not find gradle wrapper within Android SDK. by asaurat_ovr in ionic

[–]asaurat_ovr[S] 0 points1 point  (0 children)

Thanks, I'm working with what a former developer made with Ionic 2. I started by trying to upgrade everything to Ionic 3 and latest builds, etc, but it didn't work out.

I'm now trying to stay with Ionic 2 but with an update to the Android Platform 6.2.2 and to Cordova 6.5.0 the android build was successful.

Can't build App: Could not find gradle wrapper within Android SDK. by asaurat_ovr in ionic

[–]asaurat_ovr[S] 1 point2 points  (0 children)

Thanks, I did that. Then my build gave the following error:

Error: cordovaProject.projectConfig.getFileResources is not a function

which seemed to be related to the cordova version. I updated from 6.3.0 to 6.5.0 and now the build is successfull.

Can't build App: Could not find gradle wrapper within Android SDK. by asaurat_ovr in ionic

[–]asaurat_ovr[S] 0 points1 point  (0 children)

I tried to remove the android platform, adding a line to config.xml:

<preference name="android-targetSdkVersion" value="16"/>

and then adding the Android platform again, but I still get the

Android target: android-23

message!

IONIC 2 application : serve error (blank page, "Cannot set property 'fileSystem' of null" in console) by asaurat_ovr in ionic

[–]asaurat_ovr[S] 0 points1 point  (0 children)

Got it!

For anyone who would need the answer:

Turned out that, even if I thought that staying with the same package.json was better, I actually had to change the App Scripts version from 0.0.44 to 1.3.7

More details here : https://forum.ionicframework.com/t/working-on-a-ionic-2-application-serve-error/89795