本帖最后由 sasuke38 于 2012-11-03 21:42:54 编辑

解决方案 »

  1.   

    源码不是在下载标签那里下载.     是在源码那里check out (svn)
      

  2.   

    ckeckout那里的那个网址svn找不到,怎么回事
      

  3.   

    no-member  may  check  out  a  read-only  ,麻烦楼主开放下载,正要学习播放器,thx
      

  4.   

    干脆传邮箱吧,[email protected] , 谢谢
      

  5.   


    请不要叫我发邮箱  我刚才试了一下   打开这个网址http://code.google.com/p/music-player-for-android/  然后点击Source 就可以看到svn地址了  并且试了一下是否可以checkout    完全没问题   并且我没有登录google账号
      

  6.   

    是有源码的,建议楼主用github托管源码
      

  7.   


    本来打算用github的   感觉有点麻烦就没用了
      

  8.   

    com.xrlfy.musicplayer -->MusicPlayerActivity  -->mf = intent.getParcelableExtra("musicFile");这句 导进来报错?
    “Bound mismatch: The generic method getParcelableExtra(String) of type Intent is not applicable for the arguments (String). The inferred type String is not a valid substitute for the bounded parameter <T extends Parcelable>”
      

  9.   


    这个的意思是  非项目成员只能只读性checkoutCommand-line access
    If you plan to make changes, use this command to check out the code as yourself using HTTPS:
    # Project members authenticate over HTTPS to allow committing changes.
    svn checkout https://music-player-for-android.googlecode.com/svn/trunk/ music-player-for-android --username [email protected] prompted, enter your generated googlecode.com password. Use this command to anonymously check out the latest project source code:
    # Non-members may check out a read-only working copy anonymously over HTTP.
    svn checkout http://music-player-for-android.googlecode.com/svn/trunk/ music-player-for-android-read-only