ratkop / -cordova-imagePickerEx

Modification version of cordova-imagePicker that returns double array with original images and thumbnails
12 stars 15 forks source link

cordova cli 5.0 issue #6

Open bau720123 opened 9 years ago

bau720123 commented 9 years ago

all detail at here http://www.littlebau.com/cli/01image_cli.gif http://www.littlebau.com/cli/02image_cli.gif

maricaralbarando commented 8 years ago

Also getting this build error. I believe the cause is from the generated blank intent-filter in Android Manifest.

        <activity android:label="@string/multi_app_name" android:name="com.synconset.MultiImageChooserActivity" android:theme="@android:style/Theme.Holo.Light">
            <intent-filter />
        </activity>
brizdotdev commented 8 years ago

Is there any fix for this ?