Saleh Mahmood
Saleh Mahmood

Reputation: 2073

android studio - Build failed Input length = 1

My Android Studio was working fine couple of days ago.
But now whenever I create a new project in android studio it says Build: build failed with Input length = 1.
And under Run tasks, there's an error with :app:processDebugRecources

Upvotes: 0

Views: 2448

Answers (1)

Elaheh
Elaheh

Reputation: 21

In the build.properties just add this line:

org.gradle.jvmargs='-Dfile.encoding=UTF-8'

Upvotes: 1

Related Questions