File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/qt/android/src/org/bitcoincore/qt Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ $(package)_config_opts_android += -android-sdk $(ANDROID_SDK)
173
173
$(package ) _config_opts_android += -android-ndk $(ANDROID_NDK )
174
174
$(package ) _config_opts_android += -android-ndk-platform android-$(ANDROID_API_LEVEL )
175
175
$(package ) _config_opts_android += -egl
176
- $(package ) _config_opts_android += -qpa xcb
177
176
$(package ) _config_opts_android += -no-dbus
178
177
$(package ) _config_opts_android += -opengl es2
179
178
$(package ) _config_opts_android += -qt-freetype
Original file line number Diff line number Diff line change @@ -18,12 +18,6 @@ public void onCreate(Bundle savedInstanceState)
18
18
bitcoinDir .mkdir ();
19
19
}
20
20
21
- try {
22
- Os .setenv ("QT_QPA_PLATFORM" , "android" , true );
23
- } catch (ErrnoException e ) {
24
- e .printStackTrace ();
25
- }
26
-
27
21
super .onCreate (savedInstanceState );
28
22
}
29
23
}
You can’t perform that action at this time.
0 commit comments