我在工作中使用旧项目,并且我不知道如何添加卫星菜单https://github.com/siyamed/android-satellite-menu,而且它的项目包含多个项目。所以,我在Eclipse工作,我有旧的源代码。 我导入了项目中的所有文件夹,一切正常,排除了1个文件夹 - 卫星菜单。据我所知,它是我在这里写的图书馆。因此,当我尝试将其作为项目导入时,我有一个错误:
容器' Android Dependencies'引用不存在的库 ' C:\用户\弗拉基米尔\工作空间\卫星菜单\ BIN \卫星menu.jar'
来自$('#media-video').hover(
function(){
$('#video').stop().animate({
left: "-=188",
width: '+=188px',
height: '+=81px',
}, 300);
player.play();
}, function(){
$('#video').stop().animate({
left:0,
width: '306px',
height: '192px'
}, 300);
的文件夹没有GitHub
文件,而当项目的另一个文件夹有。
这是我的代码的一部分
jar
那么,我如何将此菜单附加到此项目。
我试图从这个文件夹创建。<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:sat="http://schemas.android.com/apk/res/com.wtfmagazine"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<android.view.ext.SatelliteMenu
android:id="@+id/menu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_gravity="bottom|left"
android:layout_margin="10dp"
sat:closeOnClick="true"
sat:expandDuration="300"
sat:mainImage="@drawable/menu"
sat:satelliteDistance="130dp"
sat:totalSpacingDegree="90" />
- 不起作用。
答案 0 :(得分:0)
解决方案是将卫星项目添加为库:project-&gt; properties-&gt; android-&gt;是库