This update makeβs impossible be possible, I appreciate your energy Jewel ![]()
![]()
I am uncertain, but this task may prove to be quite challenging.
Oooops ![]()
Which could be plan B?
Edit: Added manually but canβt found packages, i have imported .aar file in C:\Users\3PIN\music-player\libs
Also updated fast.yml file
I think am doing something wrong somewhere, my firstime to use depes
Help please ![]()
Your error says, you must be a premium user to use custom aar file. Your image says you are the freemium user so i didnt sync aar
So i canβt use depes in freemium? Also i have downloaded the aar file manually
No. In freemium plan it wont
Am having 12 errors from missing depes package names, but code itself seems okay
After reading, I found that am supposed to extract the .jar file class from .aar? The I did that yet still missing package names
Can you please explain how it works with depes
Your project structure is wrong. You should put AARs in $PROJECT_DIR/deps directory, not in the $PROJECT_DIR/libs. Also, youβre defining AARs in a wrong way in fast.yml. The correct way is below:
dependencies:
- exoplayer-2.19.1.aar
Run fast sync once before building the project or editing sources.
And if you are interested in accessing premium features, please let me know.
localbroadcastmanager.jar is provided by AI2, you donβt need to add it.
Hey, i was hiding the truth that i didnβt succeed
when adding @UsesLibraries(libraries =ββ and import com.google.appinventor.components.annotations.UsesLibraries
Am have 2 errors
![]()
You gotta define dependencies in fast.yml.
Check out the open source project below to learn more:
I just deleted this line, now it works.
What an amazing tool ![]()
![]()
![]()
Since its my first time of using Deps, i still learning many thing on how to control it.
After the compilation, the size of the extension is too big
7+MB
.aar files used
Is there any way of reducing the size when compiling?
To optimize the extension size, you may execute the ProGuard/R8 task.
ProGuard:
fast build -r
R8:
fast build -s






