lowb1rd / TiMediaPicker

Media Picker Module (Image and Video) for Titanium Mobile
43 stars 21 forks source link

doesn't work with titanium 5.x, android 5.0+ #12

Open sg552 opened 8 years ago

gimdongwoo commented 8 years ago

https://github.com/gimdongwoo/TiMediaPicker/blob/master/ti.mediapicker-android-1.0.4.zip

Recomplie on Android API 22, Ti SDK 3.5.1.GA.

I have been tested on Android 6.0.1.

sg552 commented 8 years ago

@gimdongwoo yes, you are right, compiled with newer SDK worked.

however, there still are some bugs on Android, one is: in some folder, the pictures are missing. have you met this?

aakashsharmaindore commented 8 years ago

it not work in titanium alloy.. show error : [ERROR] :  Script Error Couldn't find module: /lib/MediaPicker for architecture: i386 what can we do ??????

appwapp-jr commented 8 years ago

@gimdongwoo thanks for your compiled version of 1.0.4

I'd like to mention, for benefit of others, that you must now use this to allow photo gallery access:

Ti.Android.requestPermissions(["android.permission.READ_EXTERNAL_STORAGE"]);