Lachlan P

Results 4 comments of Lachlan P

I have the same problem, however the last update I published to my app on the Google Play store included `targetSdk=34` so now I'm stuck with an app deployed that...

> > The test version compatible with Android 14 has been released:https://github.com/dji-sdk/Mobile-SDK-Android/tree/sdk_releases/4.18-alpha @brien-crean @geeksilva97 @mitchrsm @lachlanwp > > quick question. `READ_EXTERNAL_STORAGE` and `WRITE_EXTERNAL_STORAGE` are now deprecated. Shouldn't these two be...

@dji-dev @dji-lyt I've nearly got it running, however I noticed that somewhere along the updates this was changed: From this: ``` ... com.secneo.sdk.Helper.install(MApplication.this); ... ``` To this: ``` ... com.cySdkyc.clx.Helper.install(MApplication.this);...

We really need support for 16KB page size by this SDK. I'm currently using the latest version (4.18) and cannot ship updates to the Play store anymore. This essentially prevents...