Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android/bitmap.h: No such file or directory (after updating Android SDK tools to revision 14)

After installing Android SDK tools revision 14 and fixed build.xml I cant build native lib. Error message:

Compile++ thumb: ******* <= native/******/src/********.cpp
native/*********/src/******.cpp:7:28: error: android/bitmap.h: No such file or directory

Project build works wonderfully, but native build not.

LOCAL_LDLIBS + =-ljnigraphics included in the Android.mk file.

like image 262
Tronum Avatar asked Feb 14 '12 09:02

Tronum


1 Answers

Do you have

APP_PLATFORM := android-8

in your Application.mk file?

like image 193
Mārtiņš Možeiko Avatar answered Nov 16 '22 16:11

Mārtiņš Možeiko