When run APK system crashed

I change "DownloadToASD" with "ASD Downloader Extension".
I build APK.
Install APK.
When run, program is crashing.

Here is logcat.
crash3.txt (180.4 KB)

According to the log you are still using the extension from @Anke...

Protip: don't hesitate to check the log yourself...

Taifun

crash4.txt (19.1 KB)
.
I send new logcat .
The problem exists.

If you want I can send AIA file with my project to see the problem.

Well, if you take a look yourself at the log, you will find

appinventor.ai_bioanalizer_com.Analizer: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3087)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3071)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3054)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2996)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:5684)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1868)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.app.ContextImpl.registerReceiver(ContextImpl.java:1804)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.app.ContextImpl.registerReceiver(ContextImpl.java:1792)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:765)
08-21 19:29:09.169 27397 27397 E AndroidRuntime: at com.thekstudio.asddownloader.ASDDownloader.(Unknown Source:60)

which means this time, @The_K_Studio should update his extension to sdk 34, too. .

Taifun

Hi,

I have updated tthe extension. Please check the below one.