Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

What do I need to do to compile Android NDK (C++) aps in Visual Studio 2010? -


i've read in different places possible. not need debug, compile. walkthrus out there? thx.

found links: android ndk visual studio - "we've got partially working, use visual studio build, using proper android headers , whatnot, call ndk build scripts. we're working on automating second half post-build step"

http://groups.google.com/group/android-ndk/browse_thread/thread/9f3a55366ba08f2a/cb539c80e5729032 - "you have dig out proper parameters tools, assure works me on command-line (well in various bat files called ms visual studio)."

building , debugging android apps within visual studio ok. no need mess eclipse, or post build steps.

i've got running myself, here screenshot:

enter image description here

http://www.gavpugh.com/2011/02/04/vs-android-developing-for-android-in-visual-studio/

in case "unable locate tools.jar. expected find in c:\program files (x86)\java\jre6\lib\tools.jar" can add environment variable java_home points java jdk path, example c:\sdks\glassfish3\jdk (restart msvc afterwards)

if can debugg android apps within msvc using this:

http://ian-ni-lewis.blogspot.com/2011/01/its-like-coming-home-again.html

download wingdc android http://www.wingdb.com/wgmobileedition.htm


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -