Recast • Make your old extensions compatible with Kodular Fenix

This post was flagged by the community and is temporarily hidden.

This is a best guide thank you @Shreyash I will try this guide

hi why recast not supporting macbook M1

You can use Recast on M1 Macs using Rosetta.

Tried but not working dear recast input is not taking installation was successful

java jdk installed
java jre installed
powershell updated
this error occured

Run echo $env:PATH in PowerShell and paste the output here.

Why its not working in m1 and rosetta

I don’t know, honestly. And if you want me to understand what’s wrong, you need to help me and provide more information. :slightly_smiling_face:

1 Like

I don’t know about it… how to run what to do… can you send me screenshot for running or any video

Open PowerShell , type or paste echo $env:PATH , copy output, paste it, here

image

3 Likes

There’s an extra ; in there. To fix it, paste the below script in PowerShell and press enter:

$Path = "$Env:Path".replace(';;', ';')
[Environment]::SetEnvironmentVariable('Path', "$Path")
$Env:Path = "$Path"

Finally, run recast --help to check if it’s working.

2 Likes

This post was flagged by the community and is temporarily hidden.

does it update the extension to latest sdk version?

No, it just migrate Android support library to Androidx for old extensions.

1 Like

how to update the extension to the latest sdk if it is not open source ?
(if the extension developer is no longer available)

To recast an extension, you only need the .aix file; the source code is unnecessary. Recast also supports .aia projects. However, recasting extensions is no longer necessary as current extensions are built using Androidx.

i am asking about update of extension to the latest sdk. not recasting. is it possible to update aix file to the latest sdk?

Study this: How to ask a question?
Ps: only 1 account is allowed here. What is with your other account from 2022?