ImagePicker plugin Error: MultiImageChooserActivity

Hi
I use Telerik-Verified-Plugins ImagePicker plugin and have next error:
“cameraError Unable to find explicit activity class {com.ionicframework.conferenceapp/com.synconset.MultiImageChooserActivity}; have you declared this activity in your AndroidManifest.xml?”

<config-file parent="/manifest/application" platform="android" target="AndroidManifest.xml">
        <activity android:label="@string/multi_app_name" android:name="com.syncoset.MultiImageChooserActivity" android:theme="@style/Theme.AppCompat.Light" />
    </config-file>
  • Don’t helps me

put it inside the <platform name="android"></platform>

<config-file target="res/xml/config.xml" parent="/*">
            <feature name="ImagePicker">
                <param name="android-package" value="com.synconset.ImagePicker"/>
            </feature>
        </config-file>

Thanks for helping, but
still same error …

Are you using Cordova or Capacitor?

I’m using Cordova…

Have you tried to reinstall the plugin?

otherwise you can test my plugin: https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker

Property ‘AdvancedImagePicker’ does not exist on type ‘Window’

Are you using typescript? Please try to use the TS-Definitions then as explained in the repo

Yes I using typescript
and notice this block

Usage

The plugin is available via a global variable named window.AdvancedImagePicker . A TypeScript definition is included out of the Box. You can import it like this:

import AdvancedImagePicker from ‘cordova-plugin-advanced-imagepicker’;

What’s the output of ionic cordova plugin list?

Have you got the solution ?