Timeline for Can't print log messages from JNI with Android Studio
Current License: CC BY-SA 3.0
12 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 26, 2016 at 7:23 | answer | added | Sunil Chaudhary | timeline score: 1 | |
May 5, 2016 at 17:56 | history | edited | Alex Cohn |
edited tags
|
|
Nov 3, 2015 at 18:03 | answer | added | Key | timeline score: 0 | |
Jan 20, 2015 at 16:36 | comment | added | Stephen H. Anderson | Ha, now I see! It's quite obvious, I didn't think about it. Thanks again for your help. | |
Jan 20, 2015 at 9:49 | comment | added | Phil Wright |
Until you do the include $(BUILD_SHARED_LIBRARY) it won't run anything, it just adds information for the current module.
|
|
Jan 18, 2015 at 22:01 | comment | added | Stephen H. Anderson | Thanks Phil, and do you know why is that? | |
Jan 18, 2015 at 7:47 | comment | added | Phil Wright |
It doesn't need to be right after include $(CLEAR_VARS) . It just needs to be before include $(BUILD_SHARED_LIBRARY) for the armapi module.
|
|
Jan 18, 2015 at 4:04 | comment | added | Stephen H. Anderson | Ok, I've found the solution. I had to put LOCAL_LDLIBS := -ldl -llog right after include $(CLEAR_VARS). | |
Jan 17, 2015 at 22:10 | history | edited | Stephen H. Anderson | CC BY-SA 3.0 |
added 1163 characters in body
|
Jan 17, 2015 at 21:37 | answer | added | bonnyz | timeline score: 16 | |
S Jan 17, 2015 at 21:00 | review | Triage | |||
Jan 17, 2015 at 21:02 | |||||
S Jan 17, 2015 at 21:00 | history | asked | Stephen H. Anderson | CC BY-SA 3.0 |