GithubHelp home page GithubHelp logo

Comments (3)

linuxhsj avatar linuxhsj commented on August 22, 2024 1

关于过滤函数的笔记
`

do not compile constructor

!<clinit|init|attachBaseContext|onCreate|>

test demo

!bigGoto
.TestCompiler.

compile method named onCreate, mostly activity's onCreate

#.;onCreate(Landroid/os/Bundle;.

compile all method, use to test compiler

.*
`
当我们过滤函数的时候可以用两种写法
onCreate|
!onCreate
特别注意第一种写法后面要带上竖|

from dcc.

linuxhsj avatar linuxhsj commented on August 22, 2024

解决了。
python3 dcc.py应该换成python dcc.py
python3 dcc.py执行的时候并没有报错,换成python dcc.py执行报错
ModuleNotFoundError: No module named 'asn1crypto'
于是我就安装下asn1crypto
pip3 install asn1crypto

from dcc.

linuxhsj avatar linuxhsj commented on August 22, 2024

记录下环境吧
1、python
E:\download\dcc-master>where python
C:\Users\hkcmn2\AppData\Local\Programs\Python\Python311\python.exe
C:\Users\hkcmn2\AppData\Local\Microsoft\WindowsApps\python.exe
2、ndk
E:\download\dcc-master>where ndk-build
E:\android-ndk-r17c\ndk-build.cmd
3、记住使用python dcc.py
4、path
E:\android-ndk-r17c
C:\Users\hkcmn2\AppData\Local\Programs\Python\Python311
C:\Users\hkcmn2\AppData\Local\Programs\Python\Python311\Scripts
C:\Program Files\Java\jdk1.8.0_341
5、注意将工程目录下的local.properties中ndk设置
ndk.ndkVersion=E:\android-ndk-r17c(这样子写成功)
ndk.dir=E:\android-ndk-r17c(这样子写报错NDK_PROJECT_PATH=null)

from dcc.

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.