Who is using lipbpd for android on a Mac? The great tutorial by Rafael Hernandez1 seems to be already outdated :/ and I'm getting this error I don't know how to solve, any clues? thanks
Error:Execution failed for task ':PdCore:buildNative'.
Process 'command '/Users/sp/Library/Android/sdk/ndk-bundle/ndk-build''
finished with non-zero exit value 2
1 https://www.youtube.com/watch?v=cinOFA1pT1k&list=PLn3ODBv0ka5hS5areRFSTi...
by the way, is this the list to go to when you have a libpd issue?
cheers
btw, I made it work on windows, so it's not like I'm really dumb ands do not know what I'm doing, something is up with MacOS ;)
2017-06-05 18:28 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
Who is using lipbpd for android on a Mac? The great tutorial by Rafael Hernandez1 seems to be already outdated :/ and I'm getting this error I don't know how to solve, any clues? thanks
Error:Execution failed for task ':PdCore:buildNative'.
Process 'command '/Users/sp/Library/Android/sdk/ndk-bundle/ndk-build''
finished with non-zero exit value 2
1 https://www.youtube.com/watch?v=cinOFA1pT1k&list= PLn3ODBv0ka5hS5areRFSTi2aydPMiUq3B
by the way, is this the list to go to when you have a libpd issue?
cheers
On 2017-06-05 23:28, Alexandre Torres Porres wrote:
Who is using lipbpd for android on a Mac? The great tutorial by Rafael Hernandez1 seems to be already outdated :/ and I'm getting this error I don't know how to solve, any clues? thanks
Error:Execution failed for task ':PdCore:buildNative'.
Process 'command '/Users/sp/Library/Android/sdk/ndk-bundle/ndk-build''
finished with non-zero exit value 2
this error message is only the conclusion that something failed during the build. the build logs should contain a more meaningful error (somewhere "above" the final error), noting which file failed to compile (or link), and why.
https://www.youtube.com/watch?v=cinOFA1pT1k&list=PLn3ODBv0ka5hS5areRFSTi...
a youtube video?
gmadrt IOhannes
On 2017-06-05 23:28, Alexandre Torres Porres wrote:
by the way, is this the list to go to when you have a libpd issue?
as a poweruser of the various pd-mailinglists, i'd say that the pd-dev list is the appropriate list for asking in-depth developer problems (rather than the pd-list itself).
fgamsdr IOhannes
That message implies that your build process is compiling the native C code with the NDK. That used to be an optional part of compiling for android (if you didn't want to use the precompiled .so files that came with the repo...do you have those?). More recently, a pair of developers added a workflow using jcenter to hold the precompiled pd-on-android library. So if you are using Android Studio+gradle, you can specify that as a dependency and it will be added automatically (See the various .gradle files for MobMuPlat as an example). However, if you wish to modify pd objects (or add externals to your project), you'll need to use the NDK. Is that the case for you? The last time I did that, I had to do it on the command line (Separate from building and running the android code in Android studio), but I hear that more recent versions of Android Studio have better integration with native code and can be set up to run the NDK automatically on app build.
On Tue, Jun 6, 2017 at 12:52 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2017-06-05 23:28, Alexandre Torres Porres wrote:
by the way, is this the list to go to when you have a libpd issue?
as a poweruser of the various pd-mailinglists, i'd say that the pd-dev list is the appropriate list for asking in-depth developer problems (rather than the pd-list itself).
fgamsdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
for the record, all I needed to do was
"invalidate chaches / restart"
thanks
2017-06-06 11:47 GMT-03:00 Daniel Iglesia daniel.iglesia@gmail.com:
That message implies that your build process is compiling the native C code with the NDK. That used to be an optional part of compiling for android (if you didn't want to use the precompiled .so files that came with the repo...do you have those?). More recently, a pair of developers added a workflow using jcenter to hold the precompiled pd-on-android library. So if you are using Android Studio+gradle, you can specify that as a dependency and it will be added automatically (See the various .gradle files for MobMuPlat as an example). However, if you wish to modify pd objects (or add externals to your project), you'll need to use the NDK. Is that the case for you? The last time I did that, I had to do it on the command line (Separate from building and running the android code in Android studio), but I hear that more recent versions of Android Studio have better integration with native code and can be set up to run the NDK automatically on app build.
On Tue, Jun 6, 2017 at 12:52 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2017-06-05 23:28, Alexandre Torres Porres wrote:
by the way, is this the list to go to when you have a libpd issue?
as a poweruser of the various pd-mailinglists, i'd say that the pd-dev list is the appropriate list for asking in-depth developer problems (rather than the pd-list itself).
fgamsdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list