It was really hard battle. I have ant script with some ivy deps. deps in tar format and I use full path to untar it.
Monday, March 11, 2013
Thursday, March 7, 2013
android-ndk-profiler tweaks
Recently I need to check our software with profiler. I think everyone knows about gprof and Android as Linux small brother has it too. So android-ndk-profiler really usefull thing, but if one use ndk-build script (standart build scripts from NDK) soon one will see that sources stripped...
Thursday, January 24, 2013
Android JNI tips
So many time I thought - wtf with this function signature. Then I found that I can copy signature from .class file. And it was success.
Tuesday, December 11, 2012
git-svn cheat list 2
Small additional about svn git after this one. Sometimes I have svn repo with huge amount of commits (for now I have svn repo with about 50000 commits), clone it is a REAL pain.
Friday, November 30, 2012
Android native activity with Java classes
For some reason I was need to create native activity and bind Java class into it (btw after I done it I realized that it wont help me).
Tuesday, October 2, 2012
Android runtime linking
Look here. Android can't load all needed libraries that your .so library need. So you need to load by your hands.
Tuesday, September 25, 2012
Subscribe to:
Posts (Atom)