You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build and compile your application, but i receive an error:
Error:(335, 17) error: method UpdatePoints in class PointCloud cannot be applied to given types;
required: FloatBuffer
found: byte[],int
reason: actual and formal argument lists differ in length.
I'm wondering if it has anything to do with the new android studio version (1.2.1.1) i'm using.
Maybe you can help me out?
The design of the app already looks great!
Thanks in advance!
Timmsh
The text was updated successfully, but these errors were encountered:
I tried to build and compile your application, but i receive an error:
Error:(335, 17) error: method UpdatePoints in class PointCloud cannot be applied to given types;
required: FloatBuffer
found: byte[],int
reason: actual and formal argument lists differ in length.
I'm wondering if it has anything to do with the new android studio version (1.2.1.1) i'm using.
Maybe you can help me out?
The design of the app already looks great!
Thanks in advance!
Timmsh
The text was updated successfully, but these errors were encountered: