Closed Sabbir589 closed 11 months ago
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...
Bad system call
on running java -version
so I followed this comment to fix itUsed it with python3.10 and it successfully built and signed the apk.
From where u installed???
From where u installed???
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.
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'