rive-app / rive-android

A runtime for interactive animations on Android
https://rive.app
MIT License
332 stars 30 forks source link

Not building or syncing android demo project #291

Closed giovanileitevitor closed 11 months ago

giovanileitevitor commented 1 year ago

Description

Hi all, i am trying to run Android Rive demo project, but i m getting a sync error. Task 'wrapper' not found in project ':app'.

Provide a Repro

I am using default repo informed here and checked on Master branch.

Source .riv/.rev file

Expected behavior

Screenshots

Screenshot

Captura de Tela 2023-04-11 às 15 08 09

Device & Versions (please complete the following information)

Additional context

umberto-sonnino commented 1 year ago

Can you give us a step-by-step repro for what you're doing? e.g.

  1. git clone
  2. open android studio and select the app configuration
  3. etc.

Also, if you're cloning the repo, you need to make sure that you init the submodules and build the libraries before being able to run the example on the emulator. If you're trying to modify the codebase, try looking at our contributing docs