file:///storage/emulated/0/Kodular/assets/external_comps/com.aemo.extension/assets/icon.png
what should i replace kodular
with for appinventor
file:///storage/emulated/0/Kodular/assets/external_comps/com.aemo.extension/assets/icon.png
what should i replace kodular
with for appinventor
this code will help you
String icon = form.getAssetPathForExtension(this, "icon.png");
File file = new File(icon);
// read the input stream
..new FileInputStream(file);
It’s done this way.
You have to install the latest version of Powershell from Microsoft or you can use Bash to install Rush.
Can you paste the build log here?
Also, it’d be helpful if you let me know this:
everything fine
BTW jdk 8 version
latest version of rush
when i type rush build and hit enter then getting successfull message but there is no output folder of aix…
i am Using Cell right now…i"ll show log/result when on pc…
You seem to be using a very old version of Rush. Please install the latest version.
yes now its working…
after upgrade version of Rush…
Thanks
The SimpleObject
annotation doesn’t exist in Rush. Instead, you define your extension’s metadata (things like its description, version, and dependencies) in the rush.yml
file. All of this has already been mentioned in the “How’s Rush different” section in the first post.
Hi I want to Implement Razorpay SDK in an extension,
How can I implement Dependency for it?
For your reference: https://razorpay.com/docs/payments/payment-gateway/android-integration/standard/build-integration/#11-install-razorpay-android-standard-sdk
what is this error ,how to solve this ,please help me
Paste the result after running this command:
java -version && javac -version
You have one or more spaces somewhere in your project path. Remove them and you should be good to go.