android studio新規classファイルエラーUnable to parse template"Class"Error message:This template did not prod

696 ワード

Android studioの新しいclassファイルが突然エラーを報告し、android studioのインストールディレクトリの下でideaを修正することを意味します.vmoptionsとidea 64.vmoptionsは-Djdk.util.zip.EnsureTrailingSLash=false、android studioを再起動することを覚えています.
down vote
In your, IntelliJ IDE go to Help => Edit Custom VM Options and Add to your idea.vmoptions or idea64.vmoptions the following line: -Djdk.util.zip.ensureTrailingSlash=false
You can read more about it here and here.
6 down vote
In your, IntelliJ IDE go to Help => Edit Custom VM Options and Add to your idea.vmoptions or idea64.vmoptions the following line: -Djdk.util.zip.ensureTrailingSlash=false
You can read more about it here and here.