-2

I have created an android application and now I want to use some activities from it in another application as part of a new app. I get following error. How can I solve this?

Error

Cœur
  • 37,241
  • 25
  • 195
  • 267
Yousry Badr
  • 21
  • 1
  • 5

1 Answers1

0

Do you compile the library as a jar file? or add it as a module. adding it as a module makes it easy to access those resources.

  • you mean this "compile project(":app-debug")" i added aar as library in my app but resources ex. home_menu.xml and styles not found, why ? – Yousry Badr Aug 23 '17 at 13:08