sending data to LLM; status
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user