-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Custom Activities and TNS incompatibility #2028
Comments
Hey @slavchev @hshristov can you comment on this? |
From @Plamen5kov on September 1, 2016 12:1 Hi @NathanaelA, |
From @NathanaelA on September 1, 2016 17:31 @Plamen5kov -- LOL I think you misunderstand what I was reporting.. I know exactly how to implement it. ;-) I have an app that I have to do a custom activity on. The issue is that when a developer does implement it, TNS can't launch the app; because it is hard coded to use |
From @NathanaelA on September 1, 2016 17:37 @enchev I just realized you dropped this in the NativeScript repo; this is NOT a CORE modules issue; this is a TNS command line issue (which is why I put it in that repo. 😀). TNS command line assumes the name of the Android startup activity is |
Wow! My mistake! Hey @rosen-vladimirov do you know how to fix hardcoded |
Well, it should be implemented. Currently the value is hardcoded, maybe CLI should read it from AndroidManifest.xml or have a custom |
This comment was marked as abuse.
This comment was marked as abuse.
Why not use simply: |
From @enchev on September 1, 2016 11:42
From @NathanaelA on August 24, 2016 21:40
If you create a custom activity in your NativeScript application; TNS can no longer launch the app because it assumes the name of the launch activity is
com.tns.NativeScriptActivity
and well, it has a new name when you build a custom activity...Copied from original issue: #2012
Copied from original issue: NativeScript/NativeScript#2658
The text was updated successfully, but these errors were encountered: