O
O
Olzhas Ilyubayev2015-01-26 21:56:39
Android
Olzhas Ilyubayev, 2015-01-26 21:56:39

How to change the code of a module (library) in Android?

There is a project A that uses project B as a library (inherited from one class and implements one interface). I added project B as a module of project A.
I'm trying to make changes in project B - I add variables and methods, but class A does not want to see it. Such a word that project B simply compiled at the beginning and retains its original form.
Question: How can I change the module (project B)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
anyd3v, 2015-01-27
@ilyubayev

You'd better say what you build with. That's the point
- There are build managers that compile modules when they change (gradle, sbt)
- And there are those that do not (maven) and they need to do some actions after changes (mvn install)
I mean, not knowing how you do it the build is very difficult to understand what your problem might be

O
one pavel, 2015-01-27
@onepavel

Try turning it off and then on

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question