IBM / watson-calorie-counter

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode. A mobile app that uses Watson Visual Recognition to provide nutritional analysis of captured food images.
https://developer.ibm.com/patterns/create-an-android-calorie-counter-app/
Apache License 2.0
54 stars 59 forks source link

Install Android API v26 #54

Closed dolph closed 6 years ago

dolph commented 6 years ago

This patch upgrades the Dockerfile to use the latest Android build tools, and installs Android API 26. This is the only version of the Android API I've been able to successfully use with the project, despite the README specifying support for 23+. This is related to issue #44.

scottdangelo commented 6 years ago

We should document in the README that the Docker version will only work with API 26.