You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. In Android.mk
2. line jni_sources:= ...
3. can't find org_libharu_Document.cpp org_libharu_Page.cpp
org_libharu_Font.cpp
What is the expected output? What do you see instead?
expected to be in the source, none seen.
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by wmTorr...@gmail.com on 14 Feb 2012 at 12:48
The text was updated successfully, but these errors were encountered:
Those are machine generated. Tough it seems I forgot to include the build
script, will check that into the repo. For now:
javah -jni -d jni -classpath bin/classes org.libharu.Document
javah -jni -d jni -classpath bin/classes org.libharu.Page
javah -jni -d jni -classpath bin/classes org.libharu.Font
Original comment by vbraun.n...@gmail.com on 14 Feb 2012 at 12:57
Original issue reported on code.google.com by
wmTorr...@gmail.com
on 14 Feb 2012 at 12:48The text was updated successfully, but these errors were encountered: