android/app 경로에 upload-keystore.jks를 넣어주고 key.properties 파일에
storePassword=password
keyPassword=password
keyAlias=upload
storeFile=./upload-keystore.jks
위와 같이 입력하였습니다.
그 후 Build App Bundle을 하면 아래와 같은 에러메세지가 발생합니다..
구글링을 해보았으나 마땅한 해결책을 찾지못하여 질문드립니다.
Running Gradle task 'bundleRelease'...
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1520 bytes (99.9% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:signReleaseBundle'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeBundleTask$BundleToolRunnable
> java.lang.NullPointerException (no error message)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2s
Running Gradle task 'bundleRelease'... 3.4s
Gradle task bundleRelease failed with exit code 1
Process finished with exit code 1