apk assets integrate bitmaps sounds

Sysprogs forums Forums VisualGDB apk assets integrate bitmaps sounds

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #436
    erha52
    Participant

    just started building a ‘pure’ native app based on Native-Activity.
    BTW : VisualGDB building/debugging works like a charm !!!
    But, how do I integrate Assets in my VS projects?
    Just drag some png’s and wav’s into the Resources folder?

    thx.

    #2094
    ket
    Participant

    All assets for native apps, ‘pure’ or not, should be stored in the “assets” folder in the project directory on the same level as the “jni” folder. Then the Android build system knows to include them in the app apk file.
    The folders in the VisualGDB project do not necessarily reflect the folders on the harddisk and are just used to visually group the existing files.
    Thus you can add the asset files in the Resources folder to easily edit them from Visual Studio, but they need to physically be in the “assets” folder in the project directory.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.