adding Parse javadoc to Android Studio

前端 未结 1 1192
我寻月下人不归
我寻月下人不归 2021-01-05 11:44

Parse provides docs as external Parse-1.5.1-javadoc folder.

I would like to have Parse javadoc connected within Android Studio. How do I achieve that?

1条回答
  •  忘掉有多难
    2021-01-05 12:10

    Here is the only solution I've found so far:

    Open /YourProjectDir/.idea/libraries/Parse_versionCode.xml"

    Add the following lines:

    
      
    
    

    So it should look something like this:

    
      
        
           
        
        
          
        
        
      
    
    

    0 讨论(0)
提交回复
热议问题