elucideye / drishti

Real time eye tracking for embedded and mobile devices.
BSD 3-Clause "New" or "Revised" License
392 stars 82 forks source link

Build android-studio app fail. #768

Open phamminhhanhuet opened 1 year ago

phamminhhanhuet commented 1 year ago

Hi, I try to build the android app. I go to directory drishti/android-studio and edit file local.properties as:

sdk.dir=/home/user/Android/Sdk ndk.dir=/home/user/Android/Sdk/ndk/18.1.5063045 cmake.dir=/home/user/Android/Sdk/cmake/3.10.2.4988404

Then I build project by command: ./gradlew asDebug -Parch=arm64-v8a

and got error:

The project name '../src/examples/facefilter/android-studio/app' must not contain any of the following characters: [/, \, :, <, >, ", ?, *, |]. Set the 'rootProject.name' or adjust the 'include' statement.

I try find special characters in the project but there aren't. Has anyone ever solved this case?