You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
tns run android --bundle --env.aot --env.uglify --env.snapshot
tns run android --bundle
Expected: ./platforms/android/app/src/main/assets/app/_embedded_script_.js* to be removed
Actual:
Warning: The static binding generator will generate extend from:vendor.js implementation
Exception in thread "main" java.io.IOException: File already exists. This may lead to undesired behavior.
Please change the name of one of the extended classes.
File:/Users/vchimev/Work/tmp/appNG/platforms/android/app/src/main/java/com/tns/FragmentClass.java Class: com.tns.FragmentClass
at org.nativescript.staticbindinggenerator.Generator.writeBindings(Generator.java:68)
at org.nativescript.staticbindinggenerator.Main.main(Main.java:15)
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/vchimev/Work/tmp/appNG/platforms/android/build-tools/android-static-binding-generator/build.gradle' line: 284
The text was updated successfully, but these errors were encountered:
Steps:
Expected:
./platforms/android/app/src/main/assets/app/_embedded_script_.js*
to be removedActual:
The text was updated successfully, but these errors were encountered: