sending data to LLM; status

This commit is contained in:
Dobromir Popov
2024-02-15 02:33:16 +02:00
parent 947956a37b
commit 169488818b
3 changed files with 15 additions and 8 deletions

View File

@ -53,8 +53,8 @@ tar -xzf jdk-17.0.8_linux-x64_bin.tar.gz -C /home/androidusr/download
export JAVA_HOME=/home/androidusr/download/jdk-17.0.8
export PATH=$JAVA_HOME/bin:$PATH
source ~/.bashrc
cd /opt/android/tools/bin
yes | ./sdkmanager --licenses
#cd /opt/android/tools/bin
#yes | ./sdkmanager --licenses
cd /home/androidusr/tmp
npx react-native run-android
@ -71,5 +71,5 @@ react-native link @react-native-voice/voice
The SDK directory is not writable (/opt/android) >> sudo chown -R androidusr:androidusr /opt/android
# release build
cd android
cd ~/tmp/android
./gradlew assembleRelease