Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi
i create an app in windows with C# that can change my android DB(SQLite) database (insert , update and delete).
now I dont want to build any time with eclipse for Update DB in my apk file
is any .DLL or service for build and execute apk file from source code ???
Posted
Comments
CPallini 17-Dec-14 6:55am    
"is any .DLL or service for build and execute apk file from source code ???"
Yes, it's called compiler (plus apk packager, I suppose).
By definition a compiler produces executables from source codes.
‫محم د‬‎ 17-Dec-14 7:05am    
did u know sample or tutorial for doing this ?
Richard MacCutchan 17-Dec-14 7:35am    
Check out Xamarin.
‫محم د‬‎ 17-Dec-14 7:50am    
Xamarin !?
I use java/Eclipse !

1 solution

[ironie on]
Sure, just take a screenshot from your coding and save it as JPG. Later rename that file type to APK - Problem solved!
[ironie off]

You messed up buddy, you really messed up!
Why did you use C# when you know you want it as APK?
Rewrite the coding, should not be such a big deal due to the similarity of Java & C#.
 
Share this answer
 
Comments
‫محم د‬‎ 17-Dec-14 8:19am    
NO No !!!!!
read clearly !
Im create an android app and it use SQLite
and I create a Windows for app that can change my android app database Ok ?
Now after any change in DB I should rebuild my android app to export .apk file !
....
did U understand ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900