Wednesday, July 31, 2013

Android Studio: how to import Android library project

I'm using Android Studio and I've never imported or referenced any external libraries before.

The library I'm trying to reference is this: https://code.google.com/p/afiledialog/

I went to File - Project Structure - Modules and added a new Module pointing to this project library. After that I have no idea how to get it to work in my app, and when following the basic info on the main page it asks me to add this to my manifest file:

<activity android:name="ar.com.daidalos.afiledialog.FileChooserActivity" /> 

However when I do that it reports that it cant find the package FileChooserActivity.

All help is appreciated.

EDIT: Here are the main errors:

Gradle: package ar.com.daidalos.afiledialog does not exist Gradle: cannot find symbol class FileChooserDialog Gradle: cannot find symbol class FileChooserDialog 

Source: http://stackoverflow.com/questions/17936835/android-studio-how-to-import-android-library-project

soda bread recipe vanderbilt evan mathis staff sgt. robert bales jason russell norfolk state st patrick s day parade

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.