The problem is it showing 315: error: Could not start worker thread: result = 22.
Asked
Active
Viewed 969 times
4 Answers
4
I have found the answer, the problem was lying on the file name. Firstly the file name was like Mobile%20Team%20Test%20Project and I changed it to MobileTeamTestProject.
So, try to change the app name to normal name instead of special character or spaces.

Aswanath C K
- 171
- 11
1
You must use a-z characters,
Numbers and special characters are not allowed in the file name
unless you will get the same error

Fatehi_Alqadasi
- 548
- 5
- 14