function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vivek rajVivek raj 

i started developing android native app and when i import this app to eclipse...it shows many errors even though i followed tutorial exactly...

Ajay K DubediAjay K Dubedi
Hi Vivek,

It is an error for missing android-support-v7-appcompat.jar file in your libs folder. I suggest you to add it from your sdk folder's following location

sdk\extras\android\support\v7\appcompat\libs\android-support-v7-appcompat.jar.

Thanks.