Git Product home page Git Product logo

Comments (7)

shineM avatar shineM commented on May 14, 2024

I guess this is caused by SDK version .Plz paste your defaultConfig or you can try this : add
android {
lintOptions {
disable 'RestrictedApi'
}
}
to your app's build.gradle

from treeview.

figobbq avatar figobbq commented on May 14, 2024

are you Chinese?
解决了,是support v4包的版本问题,其中一个模块用了compile 'com.android.support:support-v4:+',
改成compile 'com.android.support:support-v4:25.3.1'就好了

from treeview.

figobbq avatar figobbq commented on May 14, 2024

另外想问一下,怎么设置每个item的长按事件?

from treeview.

shineM avatar shineM commented on May 14, 2024

OK。我看你用英文我以为你是老外😂

from treeview.

shineM avatar shineM commented on May 14, 2024

item长按可以在bindView中 调itemView.setOnLongClickListener();

from treeview.

figobbq avatar figobbq commented on May 14, 2024

噢,我见你没回复,然后开了新issue

from treeview.

manimaran96 avatar manimaran96 commented on May 14, 2024

lintOptions {
disable 'RestrictedApi'
}

not worked

from treeview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.