Giter Site home page Giter Site logo

Comments (7)

wnight9527 avatar wnight9527 commented on July 28, 2024

E/AndroidRuntime: FATAL EXCEPTION: Thread-2
Process: cn.xjiangwei.RobotHelper, PID: 19249
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean cn.xjiangwei.RobotHelper.Service.Accessibility.performGlobalAction(int)' on a null object reference
在新项目里测试没问题,加入robothelper里就报这个错。

from robothelper.

wnight9527 avatar wnight9527 commented on July 28, 2024

搞定了。。。一条条看源码加进去了。。。

from robothelper.

Jinnrry avatar Jinnrry commented on July 28, 2024

有空的话,返回按钮可以提个mg,我合到主分支。其他人可能也会用到

from robothelper.

wnight9527 avatar wnight9527 commented on July 28, 2024

from robothelper.

wnight9527 avatar wnight9527 commented on July 28, 2024

有空的话,返回按钮可以提个mg,我合到主分支。其他人可能也会用到

AccessibilityInput.class
public void getBack() {

     Accessibility.getInstance().performGlobalAction(AccessibilityService.GLOBAL_ACTION_BACK);

}

就是这个方法。我这git提交会出错也不知道怎么回事。作者你加进去把

from robothelper.

wnight9527 avatar wnight9527 commented on July 28, 2024

AccessibilityInput.class
public void getHome() {

 Accessibility.getInstance().performGlobalAction(AccessibilityService.GLOBAL_ACTION_HOME);

}

from robothelper.

wnight9527 avatar wnight9527 commented on July 28, 2024

只实现了无障碍的,root和xposed都是个空

from robothelper.

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.