File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11export ANDROID_HOME=$HOME /Android/Sdk # Adjust to your liking
22
3- PROTOBUF_VERSION=21.7
4- curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION /protobuf-all-$PROTOBUF_VERSION .tar.gz
5- tar xzf protobuf-all-$PROTOBUF_VERSION .tar.gz
6- cd protobuf-$PROTOBUF_VERSION
7- ./configure --disable-shared
8- make -j 4 # You may want to pass -j to make this run faster; see make --help
9- sudo make install
10- cd ..
3+ # PROTOBUF_VERSION=21.7
4+ # curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSION.tar.gz
5+ # tar xzf protobuf-all-$PROTOBUF_VERSION.tar.gz
6+ # cd protobuf-$PROTOBUF_VERSION
7+ # ./configure --disable-shared
8+ # make -j 4 # You may want to pass -j to make this run faster; see make --help
9+ # sudo make install
10+ # cd ..
11+
12+ echo " skipCodegen=true" > gradle.properties
1113
1214mkdir $HOME /Android
1315mkdir $ANDROID_HOME
You can’t perform that action at this time.
0 commit comments