# Android Configure native resources

  • In the use of vendor push or other Android plugins, you may need to be in the project app Add some configuration files to the directory
  • thereforeproject.miniapp.jsonAdd a new configurationresourcePath
  • Currently only support to app root directory as well as app/src/Main/assets Store files in a directory

# Instructions

resourcePath You selected a folder directory with the following structure

.
 app
    agconnect-services-2.json
 assets
     test3.json
  • app The files in the directory will be copied to the app root directorylower
  • assets The files in the directory will be copied to the app/src/Main/assets Under Table of Contents