Search found 758 matches

by qubodup
Fri Sep 09, 2016 1:26 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

If there is a problem, you might want to search and - if not covered yet - report it on https://love2d.org/forums/viewforum.php?f=4 or https://bitbucket.org/MartinFelis/love-android-sdl2/issues?status=new&status=open with a quote of the error message. I just compiled and packaged love android bu...
by qubodup
Fri Sep 09, 2016 1:02 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

Hi,

https://love2d.org/wiki/love.graphics.setStencil says "Available since LÖVE 0.8.0 and removed in LÖVE 0.10.0".

Changes compared to love for desktop are hopefully all listed on https://bitbucket.org/MartinFelis/love- ... /wiki/Home
by qubodup
Fri Sep 09, 2016 1:48 am
Forum: Support and Development
Topic: Any Plans for OpenGL support
Replies: 5
Views: 5490

Re: Any Plans for OpenGL support

I was leading a beginner game coding workshop earlier this week and didn't think of testing love because there were other technical problems to overcome during preparation. I was pretty shocked by love suddenly not running. It was the first time using those specific computers but also the first time...
by qubodup
Sun Sep 04, 2016 5:32 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

is there any way to allow the game to run in the background of the device? or have i missed some functionality to allow this? Unfortunately I can't help with that. This might require writing Java or perhaps this thread is enough: You should use love.focus for that. The current version currently has...
by qubodup
Thu Aug 18, 2016 4:49 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

I'm sorry, I forgot that the scripts overwrite that file. The file you have to change is
tools/love-android-sdl2/original/AndroidManifest.xml
(I updated the above post)
by qubodup
Thu Aug 18, 2016 5:26 am
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

scissors61 wrote:Is there any possibility of setting the game to portrait mode from your tool?
Sure! It's an Android thing.

In tools/love-android-sdl2/original/AndroidManifest.xml replace "Landscape" with "Portrait".
by qubodup
Fri Aug 12, 2016 6:03 am
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

Something that I notice is that start-game.sh doesn't start the game. Only a black screen appears. No problem, that's for the tutorial in which you write a game inside Game/. Sadly, no results. Couldn't do your second suggestion, it says something like keygen is not an allowed option. Ok, looks lik...
by qubodup
Tue Aug 09, 2016 3:37 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

I followed your suggestions of deleting old files and renaming folders, but I still can't do anything... the same error you pointed out appears. Try: sudo chmod -R 777 ~/.android (from http://stackoverflow.com/a/8783686/188159 ) Or: cd ~/.android keytool -keygen -v -keystore debug.keystore -alias a...
by qubodup
Mon Aug 08, 2016 10:24 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

/home/pedro/Desktop/guardar/software/love2apk/StartGamedev-160604-linux/tools/android-linux/tools/ant/build.xml:312: com.android.sdklib.build.ApkCreationException: Unable to get debug signature key @scissors61: Here is successful output on 64bit Linux $ ./make-apk.sh rm: cannot remove 'game.apk': N...
by qubodup
Mon Aug 08, 2016 10:15 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 84458

Re: [tool] LoveToAndroid - .love to .apk without thinking

laperen: sure, I wrote some more details in the description of the android video on YouTube but let me make a more thorough explanation here. It seems that if you install two apps with the same name, this can cause installation to fail on some systems unless you uninstall the previous version. I'm g...