arunkumar9t2 / lynket-browser

🌐 A better browser for Android using the Custom Tab protocol. Previously called Chromer.
Other
487 stars 81 forks source link

Unable to build in Android Studio #32

Closed dimqua closed 6 years ago

dimqua commented 7 years ago

I can't build the app in Android Studio (both stable and beta).

2017-09-18 22:12:21,218 [ thread 15]   WARN - ect.sync.idea.ProjectSetUpTask - Project :app declares a dependency from configuration 'compile' to configuration 'default' which is not declared in the descriptor for project :RxSuggestions:library.
Consult IDE log for more details (Help | Show Log) 
2017-09-18 22:12:21,219 [ thread 15]   INFO - e.project.sync.GradleSyncState - Gradle sync failed: Project :app declares a dependency from configuration 'compile' to configuration 'default' which is not declared in the descriptor for project :RxSuggestions:library.
Consult IDE log for more details (Help | Show Log) (24s 979ms) 
arunkumar9t2 commented 7 years ago

Could you try to build the develop branch? I removed RxSuggestions and added it as gradle dependency.

dimqua commented 7 years ago

@arunkumar9t2 there is an another problem with the develop branch:

Could not resolve project :article-view.
Required by:
    project :app
 > Unable to find a matching configuration of project :article-view: None of the consumable configurations have attributes.
arunkumar9t2 commented 7 years ago

I pushed some dependency updates on develop branch. Could you run the app on AS 3.0 and let me know if it works?

dimqua commented 7 years ago

I can't do this because of the article-view problem.

Stack trace: https://privatebin.net/?f99b4d5156070034#64LmQHUDw2b+UdCtl6hnBn21MAjNwyC6DZt8dyTCuik=

arunkumar9t2 commented 6 years ago

I have the fixed the dependencies in the master branch. Please try building now. Closing the issue until then.