Change BUILD_JAVA_STATIC_LIBRARY to BUILD_STATIC_JAVA_LIBRARY On Tuesday, August 4, 2015 at 5:06:54 AM UTC+10, Samir Pal wrote: > > Hi , > > I want to create Android.mk file for Java source files which is building > fine in Eclipse. I have: > (1) Java Source files > (2) xmlsec.jar > > Java source files depends on xmlsec.jar files for compilation > > I want to build a module named venue which works like "make venue" and > create it. is below make file OK ? > > LOCAL_PATH := $(call my-dir) > include $(CLEAR_VARS) > > # List of static libraries to include in the package > LOCAL_STATIC_JAVA_LIBRARIES := xmlsec > > # Build all java files in the java subdirectory > LOCAL_SRC_FILES := $(call all-subdir-java-files) > > # Name of the APK to build > LOCAL_MODULE := venue > > include $(BUILD_JAVA_STATIC_LIBRARY) > > but I am getting compilation error ..:( > Please help me ..its urgent > > Thanks > Samir > > # Tell it to build an APK > include $(BUILD_) >
-- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
