Написл так. mWebView.setWebViewClient(new WebViewClient()); Теперь вообще ничего не происходит.
Вот логи. 03-02 16:34:34.347 16639-16835/com.example.kyky.papi4bingo E/cr_MediaResourceGetter: Unable to configure metadata extractor
03-02 16:34:34.376 16639-17126/com.example.kyky.papi4bingo E/MediaPlayer-JNI: QCMediaPlayer mediaplayer NOT present
03-02 16:34:34.389 16639-17126/com.example.kyky.papi4bingo E/MediaPlayer: Should have subtitle controller already set
03-02 16:34:34.390 16639-16639/com.example.kyky.papi4bingo E/MediaPlayer: Should have subtitle controller already set
sim3x:
я кстати этот вариант, тоже пробовал, но выглядело так ccache –-version :D
kyky@kyky:~$ ccache --version
ccache version 3.2.3
Copyright (C) 2002-2007 Andrew Tridgell
Copyright (C) 2009-2015 Joel Rosdahl
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.
Рассказываю что получилось: поставил вначале sudo pip install Cython==0.17.1 , и он выдал мне самую первую ошибку с которой все началось
error: Cython does not appear to be installed
# Command failed: ./distribute.sh -m "kivy" -d "main"
Я думаю, окей, это мы уже проходили, ставлю sudo pip2 install Cython==0.17.1 , к сожалению после недолгих раздумий он выдал
error: command 'ccache' failed with exit status 1
# Command failed: ./distribute.sh -m "kivy" -d "main"
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
Хотелось бы узнать, что вы об этом думаете.