Look at the following lines in your logcat. Your implementation throws NullPointerException. You have your source code, so only you can solve this problem, by debugging it and by finding what causes this NullPointerException. Your question contains the answer that you need actually.
E/AndroidRuntime( 7160): java.lang.NullPointerException E/AndroidRuntime( 7160): at com.facebook.katana.service.method.VideoUpload.getRealPathFromURI(VideoUpload.java: 144) ------------------------------------------------- Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com On Apr 4, 4:39 pm, "s.rawat" <[email protected]> wrote: > How short>? > I am using > * <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" > /> * > in the manifest > and > <data android:mimeType="video/*" /> > in the Intent Filter for the app/ > Still getting the same crash. > "..pain is temporary.....quitting lasts forever....." > My Blog <http://techshek4u.blogspot.in/>" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

