向清单添加另一个模块活动

时间:2015-12-19 19:10:24

标签: android

我一直在研究一个项目,我需要使用android-crop库。我已在我的应用程序https://github.com/jdamcd/android-crop中导入了此模块,但它包含一个活动,根据文档,我必须在清单文件中添加活动标记,

但在我的清单文件中添加此行后,

<activity android:name="com.soundcloud.android.crop.CropImageActivity"/>

我无法解析符号“CropImageActivity”错误。 如何在清单中添加此活动。

1 个答案:

答案 0 :(得分:2)

检查以下步骤。

1.file->new->Import Module.
after import module
2.file->Project Structure->app->dependency tab-> add library dependencies(example and lib).
3.In build.gradle(module:example) change to apply plugin: 'com.android.library'

如果你得到关于min和target sdk版本的任何错误,那么选择第4步其他明智排除第4步(足够前3步)。

4.file->Project Structure->example ->Flavors tab //change minimum and target sdk versions().