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?
Asked
Active
Viewed 94 times
-2

Cœur
- 37,241
- 25
- 195
- 267

Yousry Badr
- 21
- 1
- 5
-
Post your logcat – Gabriele Mariotti Aug 23 '17 at 13:12
1 Answers
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.

Andrew Kuteesa
- 21
- 1
-
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