1

I am attaching the error screenshot error.

The problem is it showing 315: error: Could not start worker thread: result = 22.

Aswanath C K
  • 171
  • 11

4 Answers4

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
2

You must use a-z characters, also numbers in file name will cause the same error

Abu Ahmed
  • 21
  • 5
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
1

Yes, try to change the app name to normal alphabets.

Balaji Ks
  • 342
  • 3
  • 9