AndroRAT
AndroRAT copied to clipboard
Cant run on termux
I cant run it on my termux
Traceback (most recent call last):
File "/data/data/com.termux/files/home/AndroRAT/androRAT.py", line 52, in
Same error
I cant run it on my termux Traceback (most recent call last): File "/data/data/com.termux/files/home/AndroRAT/androRAT.py", line 52, in build(args.ip,port_,args.output,False,None,icon) File "/data/data/com.termux/files/home/AndroRAT/utils.py", line 370, in build version_no = re.search(pattern, java_version.stderr).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups'
Install Java SE 8 on your machine (and set the environment variables if using windows)
version_no = re.search(pattern, java_version.stderr).groups()[0]
The above line searches for java version number installed on your machine.
Traceback (most recent call last):
File "/data/data/com.termux/files/home/AndroRAT/androRAT.py", line 52, in
An how to install Java se8 in termux??
I haven't tested it completely but...
- Installed java 8 from here - Termux-Java
- Had an error
Bad system call
on runningjava -version
so I followed this comment to fix it
Used it with python3.10 and it successfully built and signed the apk.
From where u installed???
From where u installed???
From here https://github.com/MasterDevX/Termux-Java
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.