Run Time Error failed resolution of : Lorg/acra/ACRA, Dendritas Table extension by Andres

Dear All
When i try to run My App I Find This


in Attach The AIA
DendritasTable2.aia (14.4 KB)

i didnt get any error in test run

1 Like

Find the same error

in live running have problem

I get this error and after clicking on OK the table is loaded

in test veiw or running live

:thinking:

i have the same problem. so any solution?

Please prepare an example as small as possible, which demonstrates this issue and add the project (aia file) into this thread together with exact instructions for how to elicit the error, so @KodularCreator can take a look and add this issue into the bug list

Taifun

Allright I try DedritasTable2 to be opened in Kodular but there is an error run timeDendritasTable2.aia (14.4 KB) eror

this seems to be an issue whit the extension then? @Andres_Cotes might want to take a look at it
Taifun

thanks for response, so any solution. what must I do then?

This extension requires WRITE_EXTERNAL_STORAGE

That’s why it doesn’t work

Note: It’s a mess in the manifest file from his extension

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGEandroid.permission.WAKE_LOCKandroid.permission.INTERNETandroid.permission.ACCESS_NETWORK_STATEandroid.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
3 Likes

Authorizations must be granted in the app or in the extension

ough…allright Boban thanks for clarifying my problem. any suggestion for me, how must I do?

yes you are right,

thanks Bro

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.