Calling Synchronous Data find not working in Android

Good Day,

Im trying to implement this code:

BackendlessCollection<SomeClass> someclass= Backendless.Data.of(SomeClass.class).find(query);Its throwing an error:android.os.NetworkOnMainThreadException at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1145) at java.net.InetAddress.lookupHostByName
But when im trying to make it asynchronous, it is completely working.
any idea?
THanks in advance.

Please read the block marked as “Important” here:

https://backendless.com/documentation/data/android/data_sync_and_async_calls.htm