Togay Han Kaya
Togay Han Kaya
Thanks for the fast response Thomas. Added the two rules: `-keep class com.google.ar.core.** { *; }` `-keep class com.google.android.filament.** { *; }` Unfortunately kept the same error. Are you facing...
Got the same error @RGregat.
- Can you checkout 1.20.4 and test? Error changed to: > A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 29459 (.thk.dev), pid 29459 (.thk.dev) > E/native: E0228 18:04:33.965109...
@ThomasGorisse I am not sure but wanted to learn; if it is a wrong filamat complied version, shouldn't it be crashing on builds without obfuscation too?
`-keep class com.google.ar.sceneform.** { *; }` `-keep class com.google.android.filament.** { *; }` `-keep class com.google.ar.core.** { *; }` `-keepclassmembers class com.google.ar.sceneform.** { *; }` `-keepclassmembers class com.google.android.filament.** { *; }`...