Skip to content

Commit 72d5033

Browse files
committed
防止内存泄露 Handler 处理及使用教程
1 parent 58947a6 commit 72d5033

File tree

55 files changed

+310
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+310
-8
lines changed

.idea/gradle.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.0.0-beta5'
8+
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
99

1010
// classpath 'com.android.tools.build:gradle:1.3.1'
1111
// NOTE: Do not place your application dependencies here; they belong

hellojni/build/generated/source/buildConfig/debug/com/example/hellojni/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ public final class BuildConfig {
99
public static final String BUILD_TYPE = "debug";
1010
public static final String FLAVOR = "";
1111
public static final int VERSION_CODE = 1;
12-
public static final String VERSION_NAME = "";
12+
public static final String VERSION_NAME = "1.0";
1313
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[
2+
{
3+
"outputFile": "/Users/allen/GitHub/AndroidDevCoder/hellojni/build/intermediates/res/merged/androidTest/debug/values/values.xml",
4+
"map": [
5+
{
6+
"to": {
7+
"startLine": 2,
8+
"startColumn": 4,
9+
"startOffset": 55,
10+
"endColumn": 45,
11+
"endOffset": 96
12+
},
13+
"from": {
14+
"file": "/Users/allen/GitHub/AndroidDevCoder/hellojni/build/intermediates/bundles/debug/res/values/values.xml",
15+
"position": {
16+
"startLine": 2,
17+
"startColumn": 4,
18+
"startOffset": 55,
19+
"endColumn": 45,
20+
"endOffset": 96
21+
}
22+
}
23+
}
24+
]
25+
}
26+
]
-501 Bytes
Binary file not shown.

hellojni/build/intermediates/bundles/debug/jni/arm64-v8a/libhello-jni.so

100755100644
File mode changed.

hellojni/build/intermediates/bundles/debug/jni/armeabi-v7a/libhello-jni.so

100755100644
File mode changed.

hellojni/build/intermediates/bundles/debug/jni/armeabi/libhello-jni.so

100755100644
File mode changed.

0 commit comments

Comments
 (0)