Forum Discussion
Hi Doug,
just tried again after updating gulp (now version 3.8.8) and lithium-sdk (now version 1.0.0) and unfortunately the issue still persists both on Mac and on Windows. Mac OS X version is 10.11.2 and Windows is Windows 10 version 1511. On Mac I have Python 2.7.10 and on Windows it's 2.7.3
This is very strange as creating a project against our regular stage instance works on both platforms, it's just that it does not work against the responsive dev site.
Cheers,
Miikka
actually solving this problem is easy: first you need to find android-support-v7-appcompat.jar and android-support-v4.jar in this folder :
sdk\extras\android\support\v7\appcompat\libs\
(if you can't find them then you should install them from Android SDK Manager: Extras/Android Support Library)
and copy them into libs folder in your project inside work-space.
for example
\androidWorkspace\projectName\libs
and also make sure in eclipse
project/properties/Java Build Path
that first two files are connected with those copied files.
Related Content
- 10 months ago
- 2 years ago
- 2 years ago
- 2 years ago