File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,26 @@ public class SQLDemoActivity extends Activity {
14
14
public void onCreate (Bundle savedInstanceState ) {
15
15
super .onCreate (savedInstanceState );
16
16
17
+ System .loadLibrary ("nativehelper" );
18
+ System .loadLibrary ("android_runtime" );
19
+
20
+ System .loadLibrary ("crypto" );
21
+ System .loadLibrary ("ssl" );
22
+
23
+
24
+ System .loadLibrary ("icudata" );
25
+ System .loadLibrary ("icui18n" );
26
+ System .loadLibrary ("icuuc" );
27
+
28
+ System .loadLibrary ("stlport_shared" );
29
+
30
+ System .loadLibrary ("sqlcipher" );
31
+
32
+ System .loadLibrary ("sqlcipher_android" );
33
+ System .loadLibrary ("database_sqlcipher" );
34
+
35
+
36
+
17
37
eventsData = new EventDataSQLHelper (this );
18
38
addEvent ("Hello Android Event" );
19
39
Cursor cursor = getEvents ();
You can’t perform that action at this time.
0 commit comments