How to compile Android 4.1/4.2 Camera+Gallery App together -


the android camera , gallery has been merged in android 4.1 , above.

now, want play around android 4.2 camera app, , try port on older devices.

how compile https://android.googlesource.com/platform/packages/apps/gallery2/ , https://android.googlesource.com/platform/packages/apps/camera/

as far sources etc concerned, both of these should compiled together.however, camera source doesn't have manifest, makes impossible port on eclipse.

so, need with:

1.how import both of these projects?

2.how join them 1 single apk (i tried merging res , src folders, still lot of compiling errors).

3.the camera source, while calling popup menus, make reference r.styleable references populate list, instead of normal arrays, i'm unable fix. problem becomes manifold when set build target ics, because r.styleable references refuse cooperate. deleting them brings empty popup menus.

any appreciated. thank you.

you can have multiple source folders in java project (android project subtype of java project in sense).


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -