Search found 6 matches

by rydwan66
Wed Jan 30, 2019 11:40
Forum: Engine Builds
Topic: Minetest - Multiple Worlds on Android
Replies: 0
Views: 1788

Minetest - Multiple Worlds on Android

Hi

I'm using 5.0.0 minetest to build android version. This minetest version has multiple single worlds. I don't want to bother players with creating worlds when the app is launched for the first time.

I tried mess with "dlg_create_world.lua", but nothing came out of this.
by rydwan66
Fri Dec 16, 2016 12:00
Forum: Problems
Topic: Android building problem
Replies: 6
Views: 1914

Re: Android building problem

I'm not able to build Debug and Release builds for android. I'm following the tutorial, but I end up in the same place. After the build is finished, my apk can be found in build/outputs/apk/Minetest-release.apk, but according to the tutorial, it should be found in build/android/bin/. Can someone giv...
by rydwan66
Thu Nov 24, 2016 14:15
Forum: Problems
Topic: Android building problem
Replies: 6
Views: 1914

Re: Android building problem

I still haven't figured it out. I can only build an unsigned APK. Terminal seems to ignore my ant.properties file that I put in android/build. Can someone explain to me what I'm doing wrong here? My ant.properties file: key.store = /home/aaa/key/ - path where I put my keystore key.alias = john - ali...
by rydwan66
Sat Nov 19, 2016 11:25
Forum: Problems
Topic: Android building problem
Replies: 6
Views: 1914

Re: Android building problem

You need to make sure that you have "Android API level 23" installed in your Android SDK I did what you told me to do. Now, I can build an unsigned APK. Thanks for help. However, I can't make a release build. I created "ant.properties" file and added a path to my keystore, but i...
by rydwan66
Wed Nov 16, 2016 12:39
Forum: Problems
Topic: Android building problem
Replies: 6
Views: 1914

Re: Android building problem

Thanks for an advice, cheapie. After the installation of git, the terminal started making apk again. Unfortunately it stopped, because another error message showed up: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'Minetest'. > failed to find...
by rydwan66
Tue Nov 15, 2016 13:44
Forum: Problems
Topic: Android building problem
Replies: 6
Views: 1914

Android building problem

Hi I'm trying to build Minetest apk, but I receive this error in terminal: export NDEBUG=; export BUILD_TYPE=debug; make apk make[1]: Entering directory '/home/aaa/minetest/build/android' freetype sources missing, downloading... /bin/sh: 5: git: not found Makefile:392: recipe for target 'freetype_do...