Skip to content

Commit

Permalink
+ Added alternative solution for bleak/setup.py not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
sync1211 committed Feb 10, 2023
1 parent 9d7dc37 commit c4fdfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-android/manual-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Common issues and fixes:
| path may not be null or empty string. path='null' | Keystore needs to be specified via `--keystore <keyfile>` |
| `/usr/bin/javac` is missing | JDK needs to be installed and selected as active java installation. |
| setuptools could not be imported | Fixed by specifying a different python version by adding `--requirements=pip,setuptools,wheel,hostpython3==3.9.16,python3==3.9.16,$(cat build-deps.txt)` |
| No such file or directory `bleak/setup.py` | Run `2-clean-up-build.sh` or specify a different python version via the arguments provided above |
| No such file or directory `bleak/setup.py` | Run `2-clean-up-build.sh` or [download the bleak source code from PyPi](https://pypi.org/project/bleak/#files) |
| No such file or directory `build-android/dist` | Create a bare bundle before creating an APK |
| JAVA_HOME is not set and no 'java' command could be found in your PATH. | Install a JDK (e.g. `openjdk-19-jdk`) |

Expand Down

0 comments on commit c4fdfc4

Please sign in to comment.