GNOME Bugzilla – Bug 762913
ndk-build of Android apps fails on Windows due to invalid path
Last modified: 2016-03-01 12:17:34 UTC
Created attachment 322728 [details] [review] Fix extraneous spaces in path when copying plugins' java code Calling ndk-build from Windows silently fails to copy the androidmedia java files (GstAmcOnFrameAvailableListener.java) to the project's src directory due to extra spaces in the path. Didn't happen on 1.6.x because this java file didn't exist. Bug present in 1.7.1 and 1.7.2. Doesn't happen on Linux, probably 'make' works differently. Attached patch solves the problem on Windows.
commit 551f0d41809ea06064aae3fe88e966be9a744d11 Author: Xavi Artigas <xartigas.bugzilla@gmail.com> Date: Tue Mar 1 09:27:00 2016 +0000 android: Fix extraneous spaces in path when copying plugins' java code Required on Windows, otherwise copying does not work at all. https://bugzilla.gnome.org/show_bug.cgi?id=762913