You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shrlnm Hello there. I'm trying to reach you. My mail address is [email protected]. I'll be glad if you write. I have a problem with R-Link. Thank you.
Hello
I am tying to build qpython from the scratch
MacOS Mojave
Android studio 3.6.2
SDK: 29.0.3, 28.0.3, 27.0.3
NDK: 21.0.6113669, 20.0.5594570
git clone [email protected]:qpython-android/qpython.git
cd qpython
git submodule init
git submodule sync
git submodule update
Then open the qpython folder as a new project in AndroidStudio
During first build I get multiple error messages mainly related to symbol reference
Here is is one of them in file qpython/src/main/java/org/qpython/qpylib/MPyApi.java:29
error: cannot find symbol org.qpython.qpy.main.activity.BaseActivity;
Pleas suggest how to solve this problem. Where to find BaseActivity class?
Thank you in advance
The text was updated successfully, but these errors were encountered: