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
fix generated android/build.gradle to read and use the packageIdentifier value from package.json, in order to make this Android build artifact zero percent customized
consider ideas for smoother upgrade support such as:
make an actual module template in a similar style to the react-native project template
make a native module seed similar to the Nativescript plugin seed
The text was updated successfully, but these errors were encountered:
brodycj
changed the title
How to update existing modules for newer Android tool versions
How to update existing modules for newer tool versions
Sep 20, 2019
See comment below for recommended procedure (as a workaround)
As requested in (updated):
For recent updates it is recommended to copy the updated entries from the following general areas intoandroid/build.gradle
:templates/android.js#L9-L13templates/android.js#L23-L28For major version updates it is generally recommended to regenerate and copy the needed artifacts for Android into the existing module.
Labeled as a bug; I hope to get this documented in the near future.
TODO items (updated):
document a workaround upgrade procedureandroid/build.gradle
to read and use thepackageIdentifier
value frompackage.json
, in order to make this Android build artifact zero percent customizedThe text was updated successfully, but these errors were encountered: