摘要: Method[ ] getMethods()* Method getMethod(String name,类<?>…parameterTypes) * Method[ ] getDeclaredMethods() * Method getDeclaredMethod(String name,类<?> 阅读全文
posted @ 2019-08-30 17:18 水至清明 阅读(103) 评论(0) 推荐(0)
摘要: 概念:将类的各个组成部分封装为其他对象,这就是反射机制Class对象功能: 获取功能: 1,获取成员变量 Field[ ] getFields(http://www.my516.com):获取所有public修饰的 Field getField(String name):获取指定名称的public修 阅读全文
posted @ 2019-08-30 17:18 水至清明 阅读(173) 评论(0) 推荐(0)
摘要: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) # Build all java files in the java subdirectory LOCAL_SRC_FILES := $(call all-subdir-java-files) # 阅读全文
posted @ 2019-08-30 17:18 水至清明 阅读(186) 评论(0) 推荐(0)
摘要: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) # List of static libraries to include in the package LOCAL_STATIC_JAVA_LIBRARIES := static-library 阅读全文
posted @ 2019-08-30 17:18 水至清明 阅读(371) 评论(0) 推荐(0)
摘要: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS)(http://www.amjmh.com) # Build all java files in the java subdirectory LOCAL_SRC_FILES := $(call all 阅读全文
posted @ 2019-08-30 17:18 水至清明 阅读(153) 评论(0) 推荐(0)