Shreyash
(Shreyash Saitwal)
July 19, 2021, 11:19am
#89
Recast v0.2.0
Changelog
Added ability to recast extensions in AIA files. Instructions for the same can be found in the first post:
Recast now prints a more understandable message if recasting the given extension/AIA is not required.
Upgrading
To upgrade from any older version to v0.2.0, simply go through these installation steps mentioned in the first post:
Cheers,
Shreyash
6 Likes
Swakraft
(Swakraft)
July 19, 2021, 5:33pm
#92
Ok but how do we import our new extension please?
Jinx
(Jinx)
July 19, 2021, 5:56pm
#93
yes this also happened with me help @Shreyash
r_somel
(Raul Lemos Sobrinho)
July 19, 2021, 7:04pm
#94
Sirs,
The com.appybuilder.kennicholsandroid.TextBoxTools extension crashed for inputting numbers only. I ran Recast for her and nothing changed.
Can someone help me?
Thanks In Advance.
Shreyash
(Shreyash Saitwal)
Split this topic
July 20, 2021, 4:58am
#95
When i want to do this i got this error. why???
Shreyash
(Shreyash Saitwal)
July 20, 2021, 4:54am
#100
Please make sure you are using the latest version of Recast (as of now, it’s v0.2.0). To check the version, run recast -V
.
And do you get any error message? If yes, post it here.
Read this:
Try running the following before the installer:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
1 Like
Jinx
(Jinx)
July 20, 2021, 4:55am
#101
Thanks @Shreyash for your response
Jinx
(Jinx)
July 20, 2021, 4:57am
#102
But mine is the latest one but still error @Shreyash
Shreyash
(Shreyash Saitwal)
July 20, 2021, 7:37am
#104
AppHelper_Studio:
where i do run this??
You are running it in the right place. Now go ahead and run the installation script.
I was unable to reproduce it with the latest v0.2.0. Does this happen only with a specific one or every extension? In either case, PM me the extensions that are showing this error on import.
Jinx
(Jinx)
July 20, 2021, 7:55am
#105
@Shreyash thanks for your reply
i have tried one extension and it’s giving error
Swakraft
(Swakraft)
July 20, 2021, 7:58am
#106
I also use the latest version of recast
Shreyash
(Shreyash Saitwal)
July 20, 2021, 8:01am
#107
I’ve identified the issue. Working on a fix.
3 Likes
Anu10
(Anu)
July 20, 2021, 8:07am
#108
Why it is not saving in correct format as exe in my computer ?
It is saving as .EXE.PSDrop.unk
Shreyash
(Shreyash Saitwal)
July 20, 2021, 8:11am
#109
Not quite sure why that might happen.
Try removing the .PSDrop.unk
prefix from the executable and see if it works. In case it doesn’t, just re-install Recast.
1 Like
This post was flagged by the community and is temporarily hidden.
1 Like
Shreyash
(Shreyash Saitwal)
July 20, 2021, 8:56am
#112
Recast v0.2.1 BUGFIX
Changelog
Fixed the issue where some extensions won’t get imported in the Creator.
Fixed the naming issue of recasted extensions. It didn’t match with the name printed in the success message.
Upgrading
Like always, to upgrade Recast to v0.2.1, follow the installation steps mentioned in the first post:
Shreyash:
Using PowerShell (Windows)
Open PowerShell.
Copy and paste the following and hit enter:
iwr https://raw.githubusercontent.com/shreyashsaitwal/recast/main/scripts/install.ps1 -useb | iex
Done! You’re all set up.
Using Shell (macOS and Linux)
Open your favorite shell (terminal).
Copy and paste the following and hit enter:
curl https://raw.githubusercontent.com/shreyashsaitwal/recast/main/scripts/install.sh -fsSL | sh
Once the download is complete, add Recast to your PATH
by copying the export command from the output (as shown below) and running it:
Done!
Cheers,
Shreyash
3 Likes
Jinx
(Jinx)
July 20, 2021, 8:57am
#113
@Shreyash Thanks for this Rush Update