You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: