解決したい課題
flutter runで起動したいです。
現状
下記エラーが表示されます。
C:\Users\narururu\AndroidStudioProjects\flutter_app>flutter run --debug Using hardware rendering with device AOSP on IA Emulator. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering". Launching lib\main.dart on AOSP on IA Emulator in debug mode... FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\narururu\AndroidStudioProjects\flutter_app\android\app\build.gradle' line: 31 * What went wrong: A problem occurred evaluating project ':app'. > C:\Users\narururu\AndroidStudioProjects\flutter_app\android\keystore.properties (�w�肳�ꂽ�t�@�C�������
* Where: Build file 'C:\Users\narururu\AndroidStudioProjects\flutter_app\android\app\build.gradle' line: 31
上記エラー箇所のコードは下記です。
29行目 def keystorePropertiesFile = rootProject.file("keystore.properties") 30行目 def keystoreProperties = new Properties() 31行目 keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
keystore.propertiesの記述は下記の通りです。
//keystore.properties storePassword=narururu-key keyPassword=narururu-key keyAlias=narururu-key storeFile=C:\narururu-key.jks
keystore.propertiesはC:\に保存しています。
エラーの原因が分からず困りました????
どなたか助けてください。
ご確認のほどよろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。