Development Loop
In order to test your coode in the real Android project please consider → importing this Library project as a module into your Android app project.
The Loop
- Make changes to your Swift code
- Hit
Swift Project->Build - Hit
Java Library Project -> Assemble - Run your Android app project
- Repeat
With Standalone AAR
- Make changes to your Swift code
- Hit
Swift Project->Build - Hit
Java Library Project -> Assemble - Copy the new
.aarfile from theoutputs/aarfolder into your Android project'sapp/libsfolder, replacing the old one. - Run your Android app project
- Repeat