f111fei / react-native-unity-demo

103 stars 80 forks source link

Could not find method bundle() for arguments #29

Closed SausCode closed 5 years ago

SausCode commented 5 years ago

Getting this issue, not really sure why as bundle is in my build.gradle

xchesh commented 5 years ago

I have same issue

SilvanBauser commented 5 years ago

same here

SausCode commented 5 years ago

I figured out a solution that worked for me.

In the offending build.gradle remove the lines at the end with bundle.

andorfermichael commented 5 years ago

I get the same error. If I remove the bundle section I get another error:

* What went wrong:
A problem occurred configuring project ':UnityExport'.
> java.lang.NullPointerException (no error message)